Out of the box, the example config introduced a couple minor issues:
The example for the websocket address included 'ws://', which is added in dashboard.php, so the connection string looked like "ws://ws://loclahost:6001". Removed the "ws:// from the $ws_target variable in config.php.
Added the $dbport variable to config.php as the getAccount.php script was calling for it, but it wasn't defined in the config.
These changes should allow users to deploy this a little smoother, after using the composer script for installing prerequisite parts of the WebUI.
Out of the box, the example config introduced a couple minor issues:
These changes should allow users to deploy this a little smoother, after using the composer script for installing prerequisite parts of the WebUI.