前端部署文档
下载安装包
请下载最新版本的安装包,下载地址: 下载
下载 apache-dolphinscheduler-incubating-x.x.x-dolphinscheduler-front-bin.tar.gz 后,解压后,进入dolphinscheduler-ui
目录
以下两种方式任选其一部署即可,推荐自动化部署
在dolphinscheduler-ui
目录下编辑安装文件vi install-dolphinscheduler-ui.sh
更改前端访问端口和后端代理接口地址
在该目录下执行
2.2 手动部署
以下两种部署方式任选其一即可,也可以根据自己生产环境情况自行选择其他方式部署
2.2.1 nginx方式部署
选装epel源 yum install epel-release -y
自行安装Nginx,去官网下载: 或者 yum install nginx -y
/etc/nginx/conf.d/default.conf
nginx命令
启用
systemctl enable nginx
状态
systemctl status nginx
2.2.2 jetty方式部署
在源码包dolphinscheduler-ui
目录下执行
npm install node-sass --unsafe-perm //单独安装node-sass依赖
在后端二进制包目录下创建ui目录
拷贝dolphinscheduler-ui/dist目录下所有的文件到后端二进制包ui目录下
访问以下url,接口地址(自行修改)http://192.168.xx.xx:12345/dolphinscheduler
1. 上传文件大小限制
# 更改上传大小