dailidong commented on a change in pull request #90: redesign and rewrite deployment document URL: https://github.com/apache/incubator-dolphinscheduler-website/pull/90#discussion_r383708833
########## File path: docs/zh-cn/1.2.0/user_doc/standalone-deployment.md ########## @@ -0,0 +1,451 @@ +# 单机部署(Standalone) + +DolphinScheduler单机部署分为后端部署和前端部署两部分: + +# 1、后端部署 + +### 1.1 : 基础软件安装(必装项请自行安装) + + * PostgreSQL (8.2.15+) or Mysql (5.6或者5.7系列) : 两者任选其一即可 + * [JDK](https://www.oracle.com/technetwork/java/javase/downloads/index.html) (1.8+) : 必装,请安装好后在/etc/profile下配置 JAVA_HOME 及 PATH 变量 + * ZooKeeper (3.4.6+) :必装 + * Hadoop (2.6+) or MinIO :选装, 如果需要用到资源上传功能,针对单机可以选择本地文件目录作为上传文件夹(此操作不需要部署Hadoop);当然也可以选择上传到Hadoop or MinIO集群上 + Review comment: PostgreSQL (8.2.15+) or Mysql (5.6或者5.7系列) : 两者任选其一即可 ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
