Skip to main content

Installation

  1. Install docker(version 20.10 or later).
  2. Download and push image:
docker run --rm -d --name beaver-iot-test -v $(pwd):/root -p 80:80 -p 9200:9200 -p 9201:9201 milesight/beaver-iot

It will take about 2 minutes to complete the installation and start the program.

  1. Type http://localhost in your browser to visit the sign up page to register an account.

  2. Sign in the Beaver IoT platform with your account.

  3. Execute below command to check service running status via logs:

    docker logs -f beaver-iot
tip

Please use root account to execute above commands in Linux system. If you do not have root access authority, please use sudo command.