Skip to content

Commit f6d5b6d

Browse files
committed
update install, changelist
support tarsnode list, tarsnode install online
1 parent 468e9ab commit f6d5b6d

File tree

8 files changed

+28
-10
lines changed

8 files changed

+28
-10
lines changed

ChangeList.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,12 @@
2626
- web: expand server can bind dns
2727
- web: fix deploy page
2828
- web: manage page add refresh
29-
- web: deploy message, goto manage page
29+
- web: deploy message, goto manage page
30+
31+
## 20191214
32+
- web(1.3.0): add tarsnode list
33+
- fix web 1.2.0 bug
34+
35+
## 20191216
36+
- web(1.3.1): add tarsnode install online
37+
- framework(1.3.0): fix deploy script, during deploy , copy tarsnode.tgz to web/dist/static

ChangeList.zh.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,12 @@
2727
- web: 服务扩容时, 可以绑定域名
2828
- web: 调整发布界面, 操作更易于理解
2929
- web: 服务管理界面增加刷新
30-
- web: 发布错误的提示, 跳转到服务管理页面
30+
- web: 发布错误的提示, 跳转到服务管理页面
31+
32+
## 20191214
33+
- web(1.3.0): 运维管理界面增加tarsnode列表
34+
- fix web 1.2.0的bug
35+
36+
## 20191216
37+
- web(1.3.1): 运维管理界面增加tarsnode安装逻
38+
- framework(1.3.0): 修改部署脚本, 安装时将tarsnode.tgz copy 到web目录下

Install.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -413,6 +413,7 @@ docker run -d --net=host -e MYSQL_HOST=xxxxx -e MYSQL_ROOT_PASSWORD=xxxxx \
413413
-v/data/log/app_log:/usr/local/app/tars/app_log \
414414
-v/data/log/web_log:/usr/local/app/web/log \
415415
-v/data/patchs:/usr/local/app/patchs \
416+
-v/etc/localtime:/etc/localtime \
416417
tars-docker:v1 sh /root/tars-install/docker-init.sh
417418
```
418419

@@ -430,6 +431,7 @@ Map three directories to the host:
430431

431432
- -v/data/log/app_log:/usr/local/app/tars/app_log, tars application logs
432433
- -v/data/log/web_log:/usr/local/app/web/log, web log
434+
- -v/data/log/web_log/auth:/usr/local/app/web/demo/log, web auth log
433435
- -v/data/patchs:/usr/local/app/patchs, Publish package path
434436

435437
**If you want to deploy multiple nodes, just execute docker run... On different machines. Pay attention to the parameter settings**

Install.zh.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -411,6 +411,7 @@ docker run -d --net=host -e MYSQL_HOST=xxxxx -e MYSQL_ROOT_PASSWORD=xxxxx \
411411
-v/data/log/web/web_log:/usr/local/app/web/log \
412412
-v/data/log/auth/web_log:/usr/local/app/web/demo/log \
413413
-v/data/patchs:/usr/local/app/patchs \
414+
-v/etc/localtime:/etc/localtime \
414415
tars-docker:v1 sh /root/tars-install/docker-init.sh
415416
```
416417

@@ -427,7 +428,7 @@ SLAVE: 是否是从节点
427428
映射三个目录到宿主机
428429
- -v/data/log/app_log:/usr/local/app/tars/app_log, tars应用日志
429430
- -v/data/log/web_log/web:/usr/local/app/web/log, web log
430-
- -v/data/log/web_log/auth:/usr/local/app/web/emo/log, web auth log
431+
- -v/data/log/web_log/auth:/usr/local/app/web/demo/log, web auth log
431432
- -v/data/patchs:/usr/local/app/patchs 发布包路径
432433

433434
**如果希望多节点部署, 则在不同机器上执行docker run ...即可, 注意参数设置!**

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ For now it supports following languages:
2828

2929
## Installation
3030

31-
If you are new to Tars, please read documentation [Install.md](Install.md).
32-
If you are familar to Tars, refer to scripts in directory [build](build), may some modification needed.
31+
1. If you are new to Tars, please read documentation [Install.md](Install.md).
32+
2. Install by docker, detail information: [TarsDocker](https://github.com/TarsCloud/TarsDocker)
3333

3434
## Performance
3535

README.zh.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,8 @@ Tars详细介绍参见[Introduction.md](Introduction.md)。
2929

3030
## 安装说明
3131

32-
1. 初次接触时,建议参考安装说明文档手工[Install.md](Install.md)进行安装。
33-
2. 对安装比较熟后,可以参考[framework/deploy](../../../TarsFramework/tree/master/deploy)目录下的脚本进行安装(必要时需要修改)。
34-
3. 也可以选择采用Docker镜像安装的方式进行快捷安装,详细安装说明见[TarsDocker仓库](https://github.com/TarsCloud/TarsDocker)
32+
1. 初次接触时,建议参考安装说明文档手工[Install.md](Install.zh.md)进行安装。
33+
2. 直接使用制作好的Docker安装,详细安装说明见[TarsDocker仓库](https://github.com/TarsCloud/TarsDocker)
3534

3635
## 性能数据
3736

framework

web

Submodule web updated 50 files

0 commit comments

Comments
 (0)