You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
72 lines
2.6 KiB
72 lines
2.6 KiB
2 months ago
|
# 项目部署说明
|
||
|
|
||
|
## 服务域名规划
|
||
|
|
||
|
### git 分支管理
|
||
|
```
|
||
|
1、主分支-main
|
||
|
2、项目分支-p1_main、p2_main......
|
||
|
```
|
||
|
|
||
|
### (测试(谷歌云)-新加坡交易所|股票)测试环境[虚拟币-(合约|秒合约|现货)、股票-(美股|泰股|马股|印尼股|印度股|新加坡股|港股|英股)、期权-(印度股)、新股申购(美股|泰股|马股|印尼股|印度股|新加坡股|港股|英股)、大宗交易(美股|泰股|马股|印尼股|印度股|新加坡股|港股|英股)]:
|
||
|
```
|
||
|
1、PC端:https://stockpc-india2.testjd.cc
|
||
|
2、H5端:https://stockh5-india2.testjd.cc
|
||
|
3、后台:https://stockmg-india2.testjd.cc
|
||
|
```
|
||
|
|
||
|
### (project01(谷歌云)-正式环境[美股、印度股、新股申购、大宗交易]:
|
||
|
```
|
||
|
1、交易订单域名: https://trade.lazardinvestgroup.net
|
||
|
2、交易订单Wss: wss://trade.lazardinvestgroup.net
|
||
|
```
|
||
|
|
||
|
### (project02(谷歌云)-正式环境[美股、马股、泰股、港股、印度股、新加坡股、新股申购]:
|
||
|
```
|
||
|
1、交易订单域名: https://trade.troweinvestgroup.com
|
||
|
2、交易订单Wss: wss://trade.troweinvestgroup.com
|
||
|
```
|
||
|
|
||
|
### (project04(谷歌云)-正式环境[美股、印度股、新股申购、大宗交易]:
|
||
|
```
|
||
|
1、交易订单域名: https://trade.voceangcp.com
|
||
|
2、交易订单Wss: wss://trade.voceangcp.com
|
||
|
```
|
||
|
|
||
|
### (project05(谷歌云)-正式环境[美股、印度股、新股申购、大宗交易、期权(印度)]:
|
||
|
```
|
||
|
1、交易订单域名: https://trade.abglobalfund.com
|
||
|
2、交易订单Wss: wss://trade.abglobalfund.com
|
||
|
```
|
||
|
|
||
|
### (project06(谷歌云)-正式环境[美股、英股、新股申购]:
|
||
|
```
|
||
|
1、交易订单域名: https://trade.twinim.com
|
||
|
2、交易订单Wss: wss://trade.twinim.com
|
||
|
```
|
||
|
|
||
|
### (project07(谷歌云)-正式环境[美股、新股申购]:
|
||
|
```
|
||
|
1、交易订单域名: https://trade.sysdev8.cc
|
||
|
2、交易订单Wss: wss://trade.sysdev8.cc
|
||
|
```
|
||
|
|
||
|
### (project08(谷歌云)-测试环境[现货、合约、秒合约]:
|
||
|
```
|
||
|
1、交易订单域名: https://trade.chdh.me
|
||
|
2、交易订单Wss: wss://trade.chdh.me
|
||
|
```
|
||
|
|
||
|
### 服务环境和服务部署
|
||
|
```
|
||
|
服务环境:
|
||
|
1>数据库DB(mysql)
|
||
|
2>数据缓存(redis)
|
||
|
3>数据存储(mongodb)
|
||
|
4>代理服务(nginx)
|
||
|
5>进程管理器(supervisor)
|
||
|
6>消息队列(RabbitMQ)--等待接入
|
||
|
服务部署:
|
||
|
1>服务编译(make api | make config | make wire | make error | make win_build[windows编译]),参见项目:Makefile
|
||
|
2>服务配置文件(上传到服务器:/home/ubuntu/service/config),参见项目:configs
|
||
|
```
|