SbloodyS commented on code in PR #10414: URL: https://github.com/apache/dolphinscheduler/pull/10414#discussion_r895089368
########## 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 execute daemon script will be overwrite by ```export DATABASE``` in the ```dolphinscheduler-daemon.sh```. I think we can use the method proposed by @zhongjiajie in wechat. What do you think? -- 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]
