前端部署文档
+
+1. 开发环境搭建
+
+2. 自动化部署
+
+3. 手动部署
+
+4. Liunx下使用node启动并且守护进程
+
+
1.开发环境搭建
@@ -459,8 +469,7 @@ API_BASE = http://192.168.220.204:12345
npm run build
项目打包 (打包后根目录会创建一个名为dist文件夹,用于发布线上Nginx)
-2.自动部署方式
-2.自动化部署`
+2.自动化部署
在项目escheduler-ui
根目录编辑安装文件vi install(线上环境).sh
更改前端访问端口和后端代理接口地址
# 配置前端访问端口
@@ -469,8 +478,6 @@ esc_proxy="8888"
# 配置代理后端接口
esc_proxy_port="http://192.168.220.154:12345"
前端自动部署基于yum
操作,部署之前请先安装更新`yum
-在项目escheduler-ui
根目录下,修改install.sh中的参数,执行./install(线上环境).sh
-3.手动部署方式
在项目escheduler-ui
根目录执行./install(线上环境).sh
3.手动部署
安装epel源 yum install epel-release -y
@@ -553,14 +560,12 @@ esc_proxy_port="http://192.168.220.154:12345"
│ npm │ 0 │ N/A │ fork │ 6168 │ online │ 31 │ 0s │ 0% │ 5.6 MB │ root │ disabled │
└──────────┴────┴─────────┴──────┴──────┴────────┴─────────┴────────┴─────┴──────────┴──────┴──────────┘
Use `pm2 show <id|name>` to get more details about an app
-## FAQ
-
-#### 1. 上传文件大小限制
-编辑配置文件 `vi /etc/nginx/nginx.conf`
-更改上传大小
-client_max_body_size 1024m
-```
-
+问题
+1. 上传文件大小限制
+编辑配置文件 vi /etc/nginx/nginx.conf
+# 更改上传大小
+client_max_body_size 1024m
+
@@ -599,7 +604,7 @@ esc_proxy_port="http://192.168.220.154:12345"
diff --git a/docs/zh_CN/前端部署文档.md b/docs/zh_CN/前端部署文档.md
index 77ade9680d..7f22a5ddaa 100644
--- a/docs/zh_CN/前端部署文档.md
+++ b/docs/zh_CN/前端部署文档.md
@@ -1,11 +1,20 @@
# 前端部署文档
+- ##### 1. 开发环境搭建
+
+- ##### 2. 自动化部署
+
+- ##### 3. 手动部署
+
+- ##### 4. Liunx下使用node启动并且守护进程
+
+
### 1.开发环境搭建
-- #### 安装node
+- #### node安装
Node包下载 (注意版本 8.9.4) `https://nodejs.org/download/release/v8.9.4/`
-- #### 构建项目
+- #### 前端项目构建
用命令行模式 `cd` 进入 `escheduler-ui`项目目录并执行 `npm install` 拉取项目依赖包
> 如果 `npm install` 速度非常慢
@@ -14,6 +23,8 @@ Node包下载 (注意版本 8.9.4) `https://nodejs.org/download/release/v8.9.4/`
> 运行 `cnpm install`
+
+
> ##### !!!这里特别注意 项目如果在拉取依赖包的过程中报 " node-sass error " 错误,请在执行完后再次执行以下命令
```
npm install node-sass --unsafe-perm //单独安装node-sass依赖
@@ -33,9 +44,8 @@ API_BASE = http://192.168.220.204:12345
- `npm run build` 项目打包 (打包后根目录会创建一个名为dist文件夹,用于发布线上Nginx)
-### 2.自动部署方式
-### 2.自动化部署`
+### 2.自动化部署
在项目`escheduler-ui`根目录编辑安装文件`vi install(线上环境).sh`
@@ -51,11 +61,6 @@ esc_proxy_port="http://192.168.220.154:12345"
前端自动部署基于`yum`操作,部署之前请先安装更新`yum
-在项目`escheduler-ui`根目录下,修改install.sh中的参数,执行`./install(线上环境).sh`
-
-
-
-### 3.手动部署方式
在项目`escheduler-ui`根目录执行`./install(线上环境).sh`
@@ -162,8 +167,11 @@ systemctl restart nginx
│ npm │ 0 │ N/A │ fork │ 6168 │ online │ 31 │ 0s │ 0% │ 5.6 MB │ root │ disabled │
└──────────┴────┴─────────┴──────┴──────┴────────┴─────────┴────────┴─────┴──────────┴──────┴──────────┘
Use `pm2 show