You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/docs/en/guide/installation/standalone.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ If you want to deploy DolphinScheduler in production, we recommend you follow [c
12
12
## Preparation
13
13
14
14
- JDK:download [JDK][jdk] (1.8+), install and configure environment variable `JAVA_HOME` and append `bin` dir (included in `JAVA_HOME`) to `PATH` variable. You can skip this step if it already exists in your environment.
15
-
- Binary package: download the DolphinScheduler binary package at [download page](https://dolphinscheduler.apache.org/en-us/download/<version>). <!-- markdown-link-check-disable-line -->
15
+
- Binary package: download the DolphinScheduler binary package at [download page](https://dolphinscheduler.apache.org/en-us/download/3.2.0). <!-- markdown-link-check-disable-line -->
@@ -37,11 +37,11 @@ be stored on disks after you change docker-compose configuration, and it is robu
37
37
DolphinScheduler in a long term. You have to install [docker-compose](https://docs.docker.com/compose/install/) before you
38
38
start servers.
39
39
40
-
After complete the installation, get the `docker-compose.yaml` file from [download page](https://dolphinscheduler.apache.org/en-us/download/<version>)
40
+
After complete the installation, get the `docker-compose.yaml` file from [download page](https://dolphinscheduler.apache.org/en-us/download/3.2.0)
41
41
form its source package, and make sure you get the right version. After download the package, you can run the commands as below.
42
42
43
43
```shell
44
-
$ DOLPHINSCHEDULER_VERSION=<version>
44
+
$ DOLPHINSCHEDULER_VERSION=3.2.0
45
45
$ tar -zxf apache-dolphinscheduler-"${DOLPHINSCHEDULER_VERSION}"-src.tar.gz
46
46
# Going to docker-compose's location
47
47
# For Mac or Linux users
@@ -68,7 +68,7 @@ $ docker-compose --profile all up -d
68
68
container when it up. You could start DolphinScheduler server separately if you want to reuse your exists services.
69
69
70
70
```shell
71
-
$ DOLPHINSCHEDULER_VERSION=<version>
71
+
$ DOLPHINSCHEDULER_VERSION=3.2.0
72
72
# Initialize the database, make sure database <DATABASE> already exists
73
73
$ docker run -d --name dolphinscheduler-tools \
74
74
-e DATABASE="postgresql" \
@@ -134,5 +134,5 @@ and use `admin` and `dolphinscheduler123` as default username and password in th
134
134
135
135
You can modify some environment variables to change configurations when you are starting servers through Docker. We have
136
136
an example in [using exists PostgreSQL ZooKeeper](#using-exists-postgresql-zookeeper) to change database and ZooKeeper configurations,
137
-
and you could find all environment variables in [all environment variables](https://github.com/apache/dolphinscheduler/blob/<version>/script/env/dolphinscheduler_env.sh)<!-- markdown-link-check-disable-line -->
137
+
and you could find all environment variables in [all environment variables](https://github.com/apache/dolphinscheduler/blob/3.2.0/script/env/dolphinscheduler_env.sh)<!-- markdown-link-check-disable-line -->
0 commit comments