...
Install Docker Desktop for Windows.
Download and unzip the Gateway package.
Open Powershell and go to your working directory.
Run the Gateway using the start script.
Code Block ./start.sh
The Gateway should now be accessible from the address localhost:8000 or <device-ip>:8000
You should see the container running in your Docker Desktop
...
Linux
Install Docker Engine and Docker Compose.
Download and unzip the Gateway package.
Run the Gateway using the start script.
Code Block ./start.sh
The Gateway should now be accessible from the address localhost:8000 or <device-ip>:8000
...
Navigate to 127.0.0.1:8000 or <device-ip>:8000, login with username: admin, password: admin, and copy the device UUID.
Navigate to the Gateways tab
...
in the Web Client and add the gateway using the UUID.
...
Adding Cameras
Navigate to Gateway tab in Cloud One and select the gateway you would like to add a camera to.
Select the ‘Add Camera To Gateway’ button and fill out the camera information form.
Camera will now have been added to the gateway and cloud one and the camera can be viewed in Gateway’s camera page as well as the Cameras tab.
...