Linux¶
Step 1 - Install SMARTUNIFIER and Docker Components:¶
Move the installation package to a suitable location. Make sure the path to the directory does not include any white spaces!
Extract the .tar.gz-archive.
tar -xvzf SMARTUNIFIER-Manager-linux-x64.tar.gz
To change the deploy file properties and to convert it’s format to Unix, open the terminal from the scripts folder (install_location/SMARTUNIFIER/scripts) and execute the following commands:
chmod 775 deploy.sh
dos2unix deploy.sh
To deploy the Docker components execute the following commands (terminal opened from the scripts folder):
sh deploy.sh
During the Docker components deploy, the input of the local IP address is required. To check how to get the local IP go to https://support.microsoft.com/en-us/windows/find-your-ip-address-f21a9bbc-c582-55cd-35e0-73431160a1b9
After entering the local IP address, the Docker components are deployed in a few seconds:
moquette
nodered
grafana
influxdb
simulator
Step 2 - Running SMARTUNIFIER:¶
Start the SMARTUNIFIERManager by executing in a terminal the following commands:
chmod +x UnifierManager.sh
./UnifierManager.sh
After successfully starting the SMARTUNIFIER Manager, it can be accessed by opening an Internet Browser (e.g., Chrome or Firefox) and navigating to http://localhost:9000. Use the administrator credentials to login:
Username: admin
Password: admin
Note
The console is for information purposes only. It can be moved to any suitable location on your screen or it can be hidden. Nevertheless, do not close it, because the related processes will also be terminated.