Many of the pages on this site are deployed from other repositories and should be edited in the source repository rather than here:
- From https://github.com/keymanapp/keyboards:
- /keyboard
- From https://github.com/keymanapp/keyman (see resources/build/help-keyman-com.sh):
- /products/android/
- /products/iphone-and-ipad/
- /products/linux/
- /products/mac/
- /products/windows/
- /developer/(.)/ (versioned folders)
- /developer/engine/android/
- /developer/engine/iphone-and-ipad/
- /developer/engine/web/
- /developer/engine/windows/
- /developer/core/
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.
The host machine needs the following:
- Git
- Bash (on Windows, you can use Git Bash that comes with Git)
- Docker Desktop
On Windows host machines, do one of these two options:
- Run
./build.sh stop
- Run
./build.sh build
.
- Run
./build.sh start --debug
.
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