Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
macrozheng committed Jan 2, 2019
1 parent 0bca69b commit be1ae5d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -161,14 +161,14 @@ nginx | 1.10 | http:https://nginx.org/en/download.html
- 启动mall-portal项目:直接运行com.macro.mall.portal.MallPortalApplication的main方法即可,
接口文档地址:http:https://localhost:8085/swagger-ui.html;
- 克隆`mall-admin-web`项目,并导入到IDEA中并完成编译[传送门](https://github.com/macrozheng/mall-admin-web);
- 运行命令:npm run dev,访问地址:[http:https://localhost:8090](http:https://localhost:8090) 即可打开后台管理系统页面
- 运行命令:npm run dev,访问地址:[http:https://localhost:8090](http:https://localhost:8090) 即可打开后台管理系统页面;
- ELK日志收集系统的搭建:参考[elk.md](document/elk/elk.md)

> docker环境部署
- 安装CenterOs7.2在VirtualBox虚拟机中;
- 配置本地host:参考[host.txt](document/docker/host.txt),将ip地址改为虚拟机的ip地址;
- 使用maven构建`mall-admin``mall-search``mall-portal`的docker镜像,参考[docker.md](document/reference/docker.md)中的使用maven构建Docker镜像
- 使用maven构建`mall-admin``mall-search``mall-portal`的docker镜像,参考[docker.md](document/reference/docker.md)中的使用maven构建Docker镜像;
- 部署步骤参考[docker-deploy.md](document/docker/docker-deploy.md)进行部署。

## 参考资料
Expand Down

0 comments on commit be1ae5d

Please sign in to comment.