...
Code Block |
---|
./init_stack.sh |
Post-installation steps
Configure ActiveMQ broker access from the browser
Your browser connects to the ActiveMQ broker to retrieve values. In order to be able of connecting, you need to enter as superadmin and change the parameter net.azeti.cloud.mqtt.url in the cloud configuration. Set it to the URL of your machine. Remember to open the corresponding port in your server.
Upload Site Controller software.
In order to work with templates, you will need to upload a current version of Site Controller to the cloud.
Demo Stack Usage
The demo stack comes with a collection of admin scripts which basically wrap around docker-compose
. Change into the demo directory to access the scripts.
...