diff --git a/docs/zh_CN/_book/前端部署文档.html b/docs/zh_CN/_book/前端部署文档.html index 2101b6012..26b990d9e 100644 --- a/docs/zh_CN/_book/前端部署文档.html +++ b/docs/zh_CN/_book/前端部署文档.html @@ -430,22 +430,12 @@

前端部署文档

-

1.开发环境搭建

@@ -469,6 +459,7 @@ API_BASE = http://192.168.220.204:12345
  • npm run build 项目打包 (打包后根目录会创建一个名为dist文件夹,用于发布线上Nginx)

  • +

    2.自动部署方式

    2.自动化部署`

    在项目escheduler-ui根目录编辑安装文件vi install(线上环境).sh

    更改前端访问端口和后端代理接口地址

    @@ -478,6 +469,8 @@ 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

    @@ -560,12 +553,14 @@ 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 -

    问题

    -

    1. 上传文件大小限制

    -

    编辑配置文件 vi /etc/nginx/nginx.conf

    -
    # 更改上传大小
    -client_max_body_size 1024m
    -
    +## FAQ + +#### 1. 上传文件大小限制 +编辑配置文件 `vi /etc/nginx/nginx.conf` +

    更改上传大小

    +

    client_max_body_size 1024m +```

    +
    @@ -604,7 +599,7 @@ client_max_body_size 1024m diff --git a/docs/zh_CN/_book/后端部署文档.html b/docs/zh_CN/_book/后端部署文档.html index ab7bf3765..68cdcf9ca 100644 --- a/docs/zh_CN/_book/后端部署文档.html +++ b/docs/zh_CN/_book/后端部署文档.html @@ -435,7 +435,7 @@
  • Mysql (5.5+) : 必装
  • JDK (1.8+) : 必装
  • ZooKeeper(3.4.6) :必装
  • -
  • Hadoop(2.7.3) :选装, 如果需要使用到资源上传功能,MapReduce任务提交则需要配置Hadoop(上传的资源文件目前保存在Hdfs上)
  • +
  • Hadoop(2.6+) :选装, 如果需要使用到资源上传功能,MapReduce任务提交则需要配置Hadoop(上传的资源文件目前保存在Hdfs上)
  • Hive(1.2.1) : 选装,hive任务提交需要安装
  • Spark(1.x,2.x) : 选装,Spark任务提交需要安装
  • PostgreSQL(8.2.15+) : 选装,PostgreSQL PostgreSQL存储过程需要安装
  • @@ -450,13 +450,7 @@
  • 查看目录
  • 正常编译完后,会在当前目录生成 target/escheduler-{version}/

    -
        bin
    -    conf
    -    lib
    -    script
    -    sql
    -    install.sh
    -