Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
wwwanlingxiao
mall
Commits
33e44227
Commit
33e44227
authored
Dec 13, 2018
by
zhh
Browse files
update readme
parent
cccd6a70
Changes
2
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
33e44227
...
@@ -149,7 +149,7 @@ nginx | 1.10 | http://nginx.org/en/download.html
...
@@ -149,7 +149,7 @@ nginx | 1.10 | http://nginx.org/en/download.html
> 本地环境搭建
> 本地环境搭建
-
本地安装开发环境中的所有工具并启动,
采用默认配置即可
;
-
本地安装开发环境中的所有工具并启动,
具体参考
[
deploy-windows.md
](
document/reference/deploy-windows.md
)
;
-
克隆源代码到本地,使用IDEA打开,并完成编译;
-
克隆源代码到本地,使用IDEA打开,并完成编译;
-
在mysql中新建mall数据库,导入document/sql下的mall.sql文件;
-
在mysql中新建mall数据库,导入document/sql下的mall.sql文件;
-
启动mall-admin项目:直接运行com.macro.mall.MallAdminApplication的main方法即可,
-
启动mall-admin项目:直接运行com.macro.mall.MallAdminApplication的main方法即可,
...
@@ -169,6 +169,20 @@ nginx | 1.10 | http://nginx.org/en/download.html
...
@@ -169,6 +169,20 @@ nginx | 1.10 | http://nginx.org/en/download.html
-
使用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
)
进行部署。
-
部署步骤参考
[
docker-deploy.md
](
document/docker/docker-deploy.md
)
进行部署。
## 参考资料
-
[
Spring实战(第4版)
](
https://book.douban.com/subject/26767354/
)
-
[
Spring Boot实战
](
https://book.douban.com/subject/26857423/
)
-
[
Spring Cloud微服务实战
](
https://book.douban.com/subject/27025912/
)
-
[
Spring Cloud与Docker微服务架构实战
](
https://book.douban.com/subject/27028228/
)
-
[
Spring Data实战
](
https://book.douban.com/subject/25975186/
)
-
[
MyBatis从入门到精通
](
https://book.douban.com/subject/27074809/
)
-
[
深入浅出MySQL
](
https://book.douban.com/subject/25817684/
)
-
[
循序渐进Linux(第2版)
](
https://book.douban.com/subject/26758194/
)
-
[
Elasticsearch 技术解析与实战
](
https://book.douban.com/subject/26967826/
)
-
[
MongoDB实战(第二版)
](
https://book.douban.com/subject/27061123/
)
-
[
Kubernetes权威指南
](
https://book.douban.com/subject/26902153/
)
## 许可证
## 许可证
[
MIT
](
https://github.com/macrozheng/mall/blob/master/LICENSE
)
[
MIT
](
https://github.com/macrozheng/mall/blob/master/LICENSE
)
...
...
document/reference/deploy-windows.md
View file @
33e44227
...
@@ -36,8 +36,7 @@
...
@@ -36,8 +36,7 @@
storage
:
storage
:
dbPath
:
c
:
\
mongodb
\
data
\
db
dbPath
:
c
:
\
mongodb
\
data
\
db
```
```
-
安装为服务:C:
\m
ongodb
\b
in
\m
ongod.exe --config "C:
\m
ongodb
\m
ongod.cfg" --install
-
安装为服务(运行命令需要用管理员权限):C:
\m
ongodb
\b
in
\m
ongod.exe --config "C:
\m
ongodb
\m
ongod.cfg" --install
-
安装为服务:F:
\d
eveloper
\I
DE
\i
dea
\m
ongodb-bundle
\m
ongodb-server
\b
in
\m
ongod.exe --config "F:
\d
eveloper
\I
DE
\i
dea
\m
ongodb-bundle
\m
ongodb-server
\m
ongod.cfg" --install
-
启动服务:net start MongoDB
-
启动服务:net start MongoDB
-
关闭服务:net stop MongoDB
-
关闭服务:net stop MongoDB
-
移除服务:C:
\m
ongodb
\b
in
\m
ongod.exe --remove
-
移除服务:C:
\m
ongodb
\b
in
\m
ongod.exe --remove
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment