From 79000a1ee19600c2727f1d043e4ae6ffae44960c Mon Sep 17 00:00:00 2001 From: macro Date: Sat, 15 Jun 2019 10:53:58 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E9=83=A8=E7=BD=B2=E6=96=87?= =?UTF-8?q?=E6=A1=A3=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 7400601..3cab286 100644 --- a/README.md +++ b/README.md @@ -154,9 +154,10 @@ nginx | 1.10 | http://nginx.org/en/download.html ### 搭建步骤 -> 本地环境搭建 +> Windows环境部署 -- 本地安装开发环境中的所有工具并启动(只启动mall-admin,仅需安装mysql),具体参考[deploy-windows.md](document/reference/deploy-windows.md); +- Windows环境搭建请参考:[mall在Windows环境下的部署](https://mp.weixin.qq.com/s/Q9ybpfq8IEdbZmvlaMXJdg); +- 安装Windows环境下的所有工具并启动(只启动mall-admin,仅需安装mysql); - 克隆源代码到本地,使用IDEA或Eclipse打开,并完成编译; - 在mysql中新建mall数据库,导入document/sql下的mall.sql文件; - 启动mall-admin项目:直接运行com.macro.mall.MallAdminApplication的main方法即可, @@ -170,15 +171,16 @@ nginx | 1.10 | http://nginx.org/en/download.html - 在IDEA命令行中运行命令:npm run dev,访问地址:[http://localhost:8090](http://localhost:8090) 即可打开后台管理系统页面; - ELK日志收集系统的搭建:参考[elk.md](document/elk/elk.md)。 -> docker环境部署 +> Docker环境部署 -- 在VirtualBox或其他环境中安装CenterOs7.2; -- 使用maven构建`mall-admin`、`mall-search`、`mall-portal`的docker镜像,参考[docker.md](document/reference/docker.md)中的使用maven构建Docker镜像; -- docker下环境安装及部署请参考[docker-deploy.md](document/docker/docker-deploy.md)。 +- 在VirtualBox或其他环境中安装CenterOs7.6; +- Docker环境的安装请参考:[开发者必备Docker命令](https://mp.weixin.qq.com/s/d_CuljDTJq680NTndAay8g); +- 本项目Docker镜像构建请参考:[使用Maven插件构建Docker镜像](https://mp.weixin.qq.com/s/q2KDzHbPkf3Q0EY8qYjYgw); +- 本项目在Docker容器下的部署请参考:[mall在Linux环境下的部署(基于Docker容器)](https://mp.weixin.qq.com/s/0fVMK107i5bBq8kGQqg8KA)。 ## 项目相关文档 -具体详见wiki:[https://github.com/macrozheng/mall/wiki](https://github.com/macrozheng/mall/wiki) +具体详见`mall-learning`:[https://github.com/macrozheng/mall-learning](https://github.com/macrozheng/mall-learning) ## 参考资料