Please follow the steps below to make the Help files accessible locally.
The most basic setup to install your help locally consists of the following steps:
Download the help with the above link and extract it into a folder of your choice
Set the Environment Variable below to the location of the Folder
MARI_EP_HELP_LOCATION
Remove or rename the PREVENT_LOCAL_HELP_SERVING File from the Mari Extension Pack install Folder under
/MariExtensionPack_XXX_forMariX/Tools/Help
If the help is located in a non "http"" or "https" location, Extension Pack will automatically use a local webserver and serve the helpfiles on http://localhost:8080.
The Webserver is launched via python subprocesses in the shell. By default the command "python <path_to_webserver_script>" is executed
By default Port 8080 is used for the localhost.
To specify a custom port set the Environment Variable to the port number of your choice
MARI_EP_HELP_PORT
e.g. "export MARI_EP_HELP_PORT = "8000"
By default the webserver python script that is used to launch the local server, is located under