Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
source-trace-manage-go
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Tracing
source-trace-manage-go
Commits
8993c73b
Commit
8993c73b
authored
Feb 23, 2022
by
wcmoon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: 更新 README
parent
163b6d5d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
27 additions
and
11 deletions
+27
-11
README.md
README.md
+27
-11
No files found.
README.md
View file @
8993c73b
#
溯源pc录入端
#
个人版用户端
## Project setup
```
npm install
```
### 各端打包命令
## 分支介绍
-
master:包含所有的老代码和曾经部署过的各种定制化的环境
-
sy:当前个人版用户端基于 sy 分支持续更新
### master 各端打包命令
溯源
build:sy_prod
...
...
@@ -18,11 +19,26 @@ build:best_prod
hd
build:hd_prod
### sy 打包
详见 package.json
### 部署
测试环境:
http://121.37.141.165:8903/
## nginx 配置
-
gzip打开
-
代理
<br>
location /api/ {
proxy_pass 服务端地址;
}
```
nginx
# 代理
location
/api/
{
proxy_pass
服务端地址
;
}
```
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