kezhenxu94 commented on code in PR #10414: URL: https://github.com/apache/dolphinscheduler/pull/10414#discussion_r895090222
########## 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: `export DATABASE=h2` before daemon script must work otherwise it's a bug of our script. I can take a look at that later -- 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]
