Skip to content

Commit

Permalink
fix: shell script
Browse files Browse the repository at this point in the history
shell script
  • Loading branch information
h7ml authored Jan 20, 2022
1 parent fbc155a commit a9b21c1
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,15 +96,14 @@ wget -q https://gitee.com/dgiiot/dgiot/raw/master/dgiot_install.sh && sh dgiot_
cd ../dgiot
git pull
rm ./apps/dgiot_api/priv/www -rf
cp ../dgiot-dashboarddist/ ./apps/dgiot_api/priv/www -rf
cp ../dgiot-dashboard/swagger ./apps/dgiot_api/priv/www/ -rf
cp ../dgiot-dashboard/dev/ ./apps/dgiot_api/priv/www -rf
make run
```
+ Make Debug
```
make DIAGNOSTIC=1
```
*DGIOT* 启动,可以使用浏览器访问 http://localhost:80 来查看 Dashboard。
*DGIOT* 启动,可以使用浏览器访问 http://localhost:80/dev 来查看 Dashboard。

- 新功能的完整列表,请参阅 [DGIOT Release Notes](https://github.com/dgiot/dgiot/releases)
- 获取更多信息,请访问 [DGIOT 官网](https://tech.iotn2n.com/)
Expand Down

0 comments on commit a9b21c1

Please sign in to comment.