About this task
To install the USG, complete the following steps:
Procedure
- Install Ubuntu 18.04 and connect the machine on the subnet with BACnet equipment.
- Go to the URL: https://jcidata.visualstudio.com/Universal%20SW%20Gateway/_git/DigitalVault.SWGateway.Install. Download Universal Software Gateway as a zip folder. Unzip this folder and open terminal where this folder is placed.
-
In the Command window, use the command
sudo sh install-jci.sh
to install USG. Provide your user name and password for the web app when prompted to deploy your credentials to the USG. -
Replace
path-to-creds.json
with full path tocreds.json
file.echo '{"file":"<path-to-creds.json>"}' | af_send load_config ICG-LOCAL_jci.swgateway
-
Restart application framework service.
sudo systemctl restart intwine-app-framework.service
-
Open the browser and type localhost or enter your IP address. if you get the
error Internal server Error, then restart
the webapp using the command
sudo systemctl restart icg-webapp
-
Application logs and errors can be accessed using:
tail -f /opt/intwine/icg-data/logs/af.{log,err}