Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
srm
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Jobs
Commits
Open sidebar
aship
srm
Commits
4bbeb140
Commit
4bbeb140
authored
Jul 09, 2019
by
顾俭
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update readme
parent
6d73a116
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
55 additions
and
19 deletions
+55
-19
readme
readme
+0
-19
readme.md
readme.md
+55
-0
No files found.
readme
deleted
100644 → 0
View file @
6d73a116
SIT:
URL: http://project.benchmarkchina.com:58000/
Database:jdbc:mysql://project.benchmarkchina.com:3306/srm_aship
环境启动:目录:/alidata1/dev/aship/srm 脚本:run-docker.sh
ISSUE:
URL: http://project.benchmarkchina.com:58001/
环境启动:目录:/alidata1/dev/launcher/aship/srm 脚本:issue.sh issueNo(如执行:sh issue.sh 2)
Staging:
URL: http://58.210.204.82:1098/
Database: srm_staging
Prod:
URL: http://58.210.204.82:1099/
Database: srm
MySql backup:
/home/srm/SRM/backup
\ No newline at end of file
readme.md
0 → 100644
View file @
4bbeb140
# 各环境
*
SIT:
URL: http://project.benchmarkchina.com:58000/
mysql DB: project.benchmarkchina.com:3306/srm_aship
环境启动:sh/alidata1/dev/aship/srm/run-docker.sh
*
Staging:
外网: http://xxx:1098/
内网: http://192.168.12.51:1098/
mysql DB: srm_staging
mysql账密: srm_staging/srm_staging
*
Prod:
外网: http://xxx:1098/
内网: http://192.168.12.51:1099/
mysql DB: srm
mysql账密: srm/srm_
## 客户环境目录结构
```
bash
/root/SRM/
├── backup
│ ├── backupdays.sh // mysql备份脚本,每晚排程执行
│ ├── err_2019-07-09.log // 备份错误日志
│ └── srm_exp_2019-07-09.dmp // 备份文件,按日期命名,保留近7天
├── IOne-SRM-Prod // prod目录
│ ├── application.yml // prod配置档
│ ├── log
│ ├── run-prod.sh // 启动服务
│ ├── srm-latest.war // war档,会从阿里云下载
│ ├── stop-prod.sh // 停止服务
│ ├── update
│ │ ├── bak // 上一个版本war档备份
│ │ ├── flyway // flyway
│ │ ├── flyway-prod.conf // flyway配置文件
│ │ ├── sql // sql脚本,会从阿里云下载
│ │ └── upgrade-prod.sh // 更新sql和war档脚本,执行时需要输入阿里云密码
│ └── upload // 附件上传目录
├── IOne-SRM-Staging // staging测试环境,结构同prod
│ └── ...
├── jdk1.8.0_171 // jdk安装目录
│ └── ...
├── spring-boot-admin
│ ├── application.yml
│ ├── run-sba.sh // 启动spring-boot-admin
│ ├── spring-boot-admin.jar
│ └── stop-sba.sh // 停止spring-boot-admin
└── tools // 安装包
├── flyway-commandline-5.0.7-linux-x64.tar.gz
└── jdk-8u171-linux-x64.tar.gz
```
Write
Preview
Markdown
is supported
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