update doc

This commit is contained in:
zhh 2018-11-23 14:40:26 +08:00
parent 39121e4259
commit 3b31f4566e
3 changed files with 26 additions and 25 deletions

View File

@ -124,7 +124,8 @@ nginx | 1.10 | http://nginx.org/en/download.html
- 启动mall-portal项目直接运行com.macro.mall.portal.MallPortalApplication即可
接口文档地址http://localhost:8085/swagger-ui.html;
- 克隆`mall-admin-web`项目并导入到IDEA中并完成编译[mall-admin-web](https://github.com/macrozheng/mall-admin-web);
- 运行命令npm run dev,访问地址:[http://localhost:8090](http://localhost:8090) 即可打开后台管理系统页面。
- 运行命令npm run dev,访问地址:[http://localhost:8090](http://localhost:8090) 即可打开后台管理系统页面;
- ELK日志收集系统的搭建参考[elk.md](document/elk/elk.md)。
> docker环境部署