Previously, the site was run in IIS, but is now migrated to Apache. The Docker image is configured to host the site that can be accessed at http://localhost:8055.
If you have website-local-proxy running, the help site is available at http://help.keyman.com.localhost.
On the host machine, install Docker and Composer:
On Windows, Docker will also need either:
- hyper-v or
- WSL2
- Run
./build.sh stop
- Run
./build.sh build
.
- Run
./build.sh start
.
After this, you can access the help.keyman site at http://localhost:8055
- Run
./build.sh clean
.
Checks for broken links
- Run
./build.sh test