Skip to content

keymanapp/help.keyman.com

Repository files navigation

Development

How to run help.keyman.com locally with Apache on Docker

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.

Pre-requisites

All host machines

The host machine needs the following:

Additional steps

On Windows host machines, do one of these two options:

Builder actions

Stop the Docker container

  1. Run ./build.sh stop

Build the Docker image

  1. Run ./build.sh build.

Start the Docker container

  1. Run ./build.sh start.

After this, you can access the help.keyman site at http://localhost:8055

Remove the Docker container and image

  1. Run ./build.sh clean.

Running tests

Checks for broken links

  1. Run ./build.sh test