| env |
description |
|---|
| alpha |
开发环境 |
| beta |
测试环境 |
| gamma |
预发环境 |
| delta |
生产环境 |
| common |
通用环境 |
| env |
service |
ip |
port |
username |
passwd |
|---|
| gamma |
mysql |
192.168.3.73 |
3306 |
root |
|
| gamma |
redis |
192.168.3.71 |
6379 |
- |
|
| gamma |
nacos |
192.168.3.74 |
8848 |
- |
- |
| gamma |
api-usr |
192.168.3.77 |
19000 |
- |
- |
| gamma |
api-ops |
192.168.3.77 |
19001 |
- |
- |
| gamma |
user |
192.168.3.77 |
- |
- |
- |
| common |
nginx |
192.168.3.73 |
80/443 |
- |
- |
| common |
gitlab |
192.168.3.78 |
80 |
- |
- |
| common |
zentao |
192.168.3.77 |
80 |
- |
- |
| common |
jenkins |
192.168.3.68 |
8080 |
- |
- |
| host |
directory |
|---|
| 192.168.3.77~192.168.3.77 |
/data/dph/service/dph-service-xxxx-impl/ |
| 192.168.3.77 |
/data/dph/api/dph-api-xxxx/ |
进入到对应目录,执行如下命令:
./restart.sh && tail -f out.nohup
来源:oschina
链接:https://my.oschina.net/qwfys200/blog/4308246