The Web UI can be installed (deployed) on any HTTP server software such as Apache HTTP
server.
In order for the Web UI to be able to connect to your Blueworx Platform, you must first configure the
Web API section of the BAM configuration. For details on how to do this see WebAPI Configuration Options.
Deploying the Web UI
-
Extract the WebUI code from $BAM_HOME/bam_wui/bam_wui.tar
-
Deploy it as per the requirements of your HTTP server.
- If the web UI is to be located on a URL other than <http_server_address>/brm, you must
edit the Web UI’s index.html file
- Open <Web UI directory>/index.html in your preferred text editor
- Change the <base href="/brm/"> line to reflect the actual path on your web server. For
example, if the Web UI is to be accessible through <http_server_address>/blueworx, set the
line to <base href="/blueworx/">