Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Install Docker Desktop for Windows.

  2. Download and unzip the Gateway package.

  3. Open Powershell and go to your working directory.

  4. Run the Gateway using the start script.

    Code Block
    ./start.sh
  5. 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

  1. Install Docker Engine and Docker Compose.

  2. Download and unzip the Gateway package.

  3. Run the Gateway using the start script.

    Code Block
    ./start.sh
  4. The Gateway should now be accessible from the address localhost:8000 or <device-ip>:8000

...

  1. Navigate to 127.0.0.1:8000 or <device-ip>:8000, login with username: admin, password: admin, and copy the device UUID.

    Screenshot from 2024-03-13 16-08-37.png

  2. Navigate to the Gateways tab

...

  1. in the Web Client and add the gateway using the UUID.

...

Adding Cameras

  1. Navigate to Gateway tab in Cloud One and select the gateway you would like to add a camera to.

    Screenshot from 2024-03-13 16-09-57.png

  2. Select the ‘Add Camera To Gateway’ button and fill out the camera information form.

    Screenshot from 2024-03-13 16-10-08.png

    Screenshot from 2024-03-13 16-18-14.png

    Screenshot from 2024-03-13 16-18-23.png

  3. 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.

...