Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 1.07 KB

Readme.md

File metadata and controls

36 lines (23 loc) · 1.07 KB

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

On the host machine, install Docker and Composer:

On Windows, Docker will also need either:

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