一、项目简介:
https://gitee.com/kerwincui/wumei-smart#https://gitee.com/link?target=https%3A%2F%2Fqm.qq.com%2Fcgi-bin%2Fqm%2Fqr%3Fk%3DP_oc91N6KC39zp2PEV_-BY3xMnAokeZ8%26jump_from%3Dwebapi
项目文档:
https://gitee.com/kerwincui/wumei-smart/wikis/pages?sort_id=4203153&doc_id=1506495
二、搭建过程
1.准备好虚拟机,安装centos7,安装好docker
2.在centos7中执行如下命令
docker run \ --name wumei-smart \ --publish 80:80 \ --publish 18083:18083 \ --publish 1883:1883 \ --publish 3306:3306 \ --publish 6379:6379 \ --restart always \ --detach \ registry.cn-chengdu.aliyuncs.com/kerwincui/wumei-smart:1.0
80是Nginx的端口,用于访问前端;18083端口用于访问EMQX控制台;1883端口用于访问EMQX的Borken;3306端口用于访问Mysql;6379端口用于访问Redis。根据需要自行修改容器映射的对应端口号。
如下图:docker logs [containerID]
查看容器内服务是否完全启动(windows也可以通过docker界面的Logs选项查看)。看到RY的图标说明服务全部启动(这套系统使用了诺依开源后台管理框架)。浏览器输入安装docker的服务器IP就可以访问管理端,本地电脑localhost访问。
3.访问系统
80是Nginx的端口,用于访问前端
超管账户:admin admin123
游客账户:wumei admin123
18083端口用于访问EMQX控制台
账户未知