Skip to content

craibuc/symplr-help

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

symplr-help

Docker container to host Symplr HTML help.

Docker

Build

Build image.

docker build --tag symplr-help:latest .

Run

Start container (daemonized) and expose port 8080

docker run -dit -p 8080:80 symplr-help:latest

IIS

# get the list of default documents
Get-WebConfigurationProperty -Filter //defaultDocument/files/add -PSPath 'IIS:\Sites\Default Web Site' -Name value | select value

# add 'default.html' to the list of default documents
Add-WebConfiguration -Filter //defaultDocument/files -PSPath 'IIS:\Sites\Default Web Site' -atIndex 0 -Value @{value='default.html'}

About

Docker container to host Symplr HTML help.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages