update readme

This commit is contained in:
macro 2019-02-21 13:41:17 +08:00
parent 0da3e4e0ae
commit ac2c301deb
2 changed files with 9 additions and 5 deletions

View File

@ -162,16 +162,20 @@ nginx | 1.10 | http://nginx.org/en/download.html
接口文档地址http://localhost:8081/swagger-ui.html;
- 启动mall-portal项目直接运行com.macro.mall.portal.MallPortalApplication的main方法即可
接口文档地址http://localhost:8085/swagger-ui.html;
- 克隆`mall-admin-web`项目并导入到IDEA中并完成编译[传送门](https://github.com/macrozheng/mall-admin-web);
- 运行命令npm run dev,访问地址:[http://localhost:8090](http://localhost:8090) 即可打开后台管理系统页面;
- 克隆`mall-admin-web`项目并导入到IDEA中完成编译[传送门](https://github.com/macrozheng/mall-admin-web);
- 在IDEA命令行中运行命令npm install,下载相关依赖;
- 在IDEA命令行中运行命令npm run dev,访问地址:[http://localhost:8090](http://localhost:8090) 即可打开后台管理系统页面;
- ELK日志收集系统的搭建参考[elk.md](document/elk/elk.md)。
> docker环境部署
- 在VirtualBox或其他环境中安装CenterOs7.2;
- 配置本地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镜像;
- 部署步骤参考[docker-deploy.md](document/docker/docker-deploy.md)进行部署。
- docker下环境安装及部署请参考[docker-deploy.md](document/docker/docker-deploy.md)。
## 项目相关文档
具体详见wiki:[https://github.com/macrozheng/mall/wiki](https://github.com/macrozheng/mall/wiki)
## 参考资料

View File

@ -1,4 +1,4 @@
# Docker笔记
# Docker入门手册
## Docker 镜像常用命令
### 搜索镜像