Skip to content

Commit

Permalink
fix changelist
Browse files Browse the repository at this point in the history
  • Loading branch information
ruanshudong authored and jerrylucky committed Nov 28, 2019
1 parent 7b70bca commit 74f1f7d
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
3 changes: 3 additions & 0 deletions ChangeList.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,6 @@
- Add check.sh script to monitor tarsregistry, tarsadminregistry, tarsnode
- Complete installation documentation

## 20191128
- Update tars-web, Support to mount nginx on the front end of tars Web
- Complete installation documentation
7 changes: 6 additions & 1 deletion ChangeList.zh.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[Click me switch to English version](ChangeList.zh.md)
[Click me switch to English version](ChangeList.md)

# 更新历史(从20191126开始记录)

Expand All @@ -8,4 +8,9 @@
- 不允许注册, admin用户来创建用户
- 增加修改密码功能
- 增加check.sh脚本, 监控tarsregistry, tarsAdminRegistry, tarsnode
- 完善安装文档说明


## 20191128
- 更新tars-web 支持在tars-web前端挂载nginx
- 完善安装文档说明
6 changes: 4 additions & 2 deletions Install.zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,8 @@ docker ps
docker run -d --net=host -e MYSQL_HOST=xxxxx -e MYSQL_ROOT_PASSWORD=xxxxx \
-eREBUILD=false -eINET=enp3s0 -eSLAVE=false \
-v/data/log/app_log:/usr/local/app/tars/app_log \
-v/data/log/web_log:/usr/local/app/web/log \
-v/data/log/web/web_log:/usr/local/app/web/log \
-v/data/log/auth/web_log:/usr/local/app/web/demo/log \
-v/data/patchs:/usr/local/app/patchs \
tars-docker:v1 sh /root/tars-install/docker-init.sh
```
Expand All @@ -425,7 +426,8 @@ SLAVE: 是否是从节点
映射三个目录到宿主机
- -v/data/log/app_log:/usr/local/app/tars/app_log, tars应用日志
- -v/data/log/web_log:/usr/local/app/web/log, web log
- -v/data/log/web_log/web:/usr/local/app/web/log, web log
- -v/data/log/web_log/auth:/usr/local/app/web/emo/log, web auth log
- -v/data/patchs:/usr/local/app/patchs 发布包路径
**如果希望多节点部署, 则在不同机器上执行docker run ...即可, 注意参数设置!**
Expand Down

0 comments on commit 74f1f7d

Please sign in to comment.