SbloodyS commented on code in PR #10414:
URL: https://github.com/apache/dolphinscheduler/pull/10414#discussion_r895090334
##########
docs/docs/en/guide/installation/standalone.md:
##########
@@ -19,9 +19,16 @@ If you are a new hand and want to experience
DolphinScheduler functions, we reco
There is a standalone startup script in the binary compressed package, which
can be quickly started after extraction. Switch to a user with sudo permission
and run the script:
```shell
-# Extract and start Standalone Server
+# Extract Standalone Server
tar -xvzf apache-dolphinscheduler-*-bin.tar.gz
cd apache-dolphinscheduler-*-bin
+```
+
+### Modify dolphinscheduler_env.sh
Review Comment:
For example
`
> export DATABASE=${DATABASE:-postgresql}
> sh ./bin/dolphinscheduler-daemon.sh start standalone-server
`
The `script/dolphinscheduler-daemon.sh's` `overwrite_server_env()` will
overwrite the `standalone-server/conf/dolphinscheduler_env.sh`. And
`standalone/bin/start.sh` will `source
"$DOLPHINSCHEDULER_HOME/conf/dolphinscheduler_env.sh"`. It will overwrite the
`export DATABASE=${DATABASE:-postgresql}` from the beginning.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]