Installation
- Install docker(version 20.10 or later).
- Download and push image:
- Shell
- Windows Command Line (CMD)
docker run --rm -d --name beaver-iot-test -v $(pwd):/root -p 80:80 -p 9200:9200 -p 9201:9201 milesight/beaver-iot
docker run --rm -d --name beaver-iot -v %cd%:/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.
-
Type http://localhost in your browser to visit the sign up page to register an account.
-
Sign in the Beaver IoT platform with your account.
-
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.