1.单机部署
1.下载二进制安装包
https://dolphinscheduler.apache.org/zh-cn/download/download.html
2.解压并启动
# 解压并运行 Standalone Server
tar -xvzf apache-dolphinscheduler-*-bin.tar.gz
cd apache-dolphinscheduler-*-bin
./bin/dolphinscheduler-daemon.sh start standalone-server
3.登录访问
浏览器访问地址 http://localhost:12345/dolphinscheduler/ui 即可登录系统UI。默认的用户名和密码是 admin/dolphinscheduler123
4.启停服务
# 启动 Standalone Server 服务
bash ./bin/dolphinscheduler-daemon.sh start standalone-server
# 停止 Standalone Server 服务
bash ./bin/dolphinscheduler-daemon.sh stop standalone-server
7万+

被折叠的 条评论
为什么被折叠?



