docs: 鹏然项目说明与数据迁移记录
- company-info.md:环境与 hapr191 配置要点 - company-data-imgration.md:库清理规则与保留用户范围 Made-with: Cursor
This commit is contained in:
51
company-info.md
Normal file
51
company-info.md
Normal file
@@ -0,0 +1,51 @@
|
||||
|
||||
## 公司名称:淮安鹏然商贸
|
||||
|
||||
host ip: 114.55.232.191
|
||||
|
||||
### crmeb-front模块变更
|
||||
|
||||
- 1. profile: hapr191
|
||||
- 2. profile file: application-hapr191.yml
|
||||
- 3. PDF合同模板文件路径:pdf/sign_contract_pengran.pdf
|
||||
- 4. 用户合同url地址前缀/落库域名:https://hapengran.com/
|
||||
- 5. imagePath: /www/wwwroot/hapengran.com/
|
||||
|
||||
### uniapp前端配置变更
|
||||
|
||||
- 1. 积分商城domain:https://jf.hapengran.com
|
||||
- 2. 抢购页面跳转地址:https://hapengran.com
|
||||
- 2. /static/sign_contract_pengran.pdf
|
||||
|
||||
### 修改任务
|
||||
|
||||
- 新建hapr191分支,合并shjjy153分支的最新代码到该分支,并根据上述信息修改相关需要变更项,使符合该新公司项目环境
|
||||
|
||||
## 相关文件
|
||||
|
||||
- change-list-shjjy153.md
|
||||
- compare-shjjy153-shccd159.md
|
||||
|
||||
## 积分商城nginx站点配置
|
||||
|
||||
、、、
|
||||
# 伪静态
|
||||
location / {
|
||||
try_files $uri $uri/ /index.html;
|
||||
}
|
||||
|
||||
# 后端API
|
||||
location /api/admin {
|
||||
proxy_pass http://127.0.0.1:30032/api/admin;
|
||||
}
|
||||
|
||||
# 前端API
|
||||
location /api/front {
|
||||
proxy_pass http://127.0.0.1:30031/api/front;
|
||||
}
|
||||
、、、
|
||||
|
||||
、、、启动积分商城api服务
|
||||
cd /www/wwwroot/javaapi
|
||||
nohup java -Xms128m -Xmx256m -jar miao-front-2.2.jar > front.log & tail -f front.log
|
||||
、、、
|
||||
Reference in New Issue
Block a user