update README.md.

This commit is contained in:
随遇而安
2022-03-23 07:42:41 +00:00
committed by Gitee
parent e3c0946553
commit 41a6fdb6cd

View File

@@ -20,9 +20,7 @@
- 设备分享、设备告警、场景联动进度50% - 设备分享、设备告警、场景联动进度50%
- 智能音箱、多租户、APP界面自定义进度40% - 智能音箱、多租户、APP界面自定义进度40%
- 时序数据库、分布式集群部署、Granfa监控进度30% - 时序数据库、分布式集群部署、Granfa监控进度30%
- 视频流处理进度0% - 视频流处理、桌面端模拟器/监控、安卓端模拟器/监控进度0%
- 桌面端模拟器/监控进度5%
- 安卓端模拟器/监控进度0%
- App和小程序正在开发中...... - App和小程序正在开发中......
### 四、技术栈 ### 四、技术栈
@@ -73,6 +71,24 @@
* [权限管理系统ruoyi-vue](https://gitee.com/y_project/RuoYi-Vue) * [权限管理系统ruoyi-vue](https://gitee.com/y_project/RuoYi-Vue)
* [Mqtt消息服务器EMQX4.0](https://github.com/emqx/emqx) * [Mqtt消息服务器EMQX4.0](https://github.com/emqx/emqx)
* [ESP8266 Core For Arduino](https://github.com/esp8266/Arduino) * [ESP8266 Core For Arduino](https://github.com/esp8266/Arduino)
##### Docker快速安装
* Mysql中创建wumei-smart数据库[导入Sql脚本](https://gitee.com/kerwincui/wumei-smart/tree/master/springboot/sql)
* 修改命令中的Mysql配置并执行
```
docker run \
--name wumei-smart \
--env DB_HOST=wumei.live:3306 \
--env DB_NAME=wumei-smart \
--env DB_USER=root \
--env DB_PASSWORD=wumei-smart \
--publish 80:80 \
--publish 1883:1883 \
--publish 8083:8083 \
--volume /var/wumei-smart/java/uploadPath:/var/wumei-smart/java/uploadPath \
--restart unless-stopped \
--detach \
kerwincui/wumei-smart:1.1
```
### 八、其他 ### 八、其他