Tianqi-Dotes commented on a change in pull request #195: URL: https://github.com/apache/incubator-dolphinscheduler-website/pull/195#discussion_r508540669
########## File path: docs/en-us/development/development-environment-setup.md ########## @@ -0,0 +1,148 @@ +#### Preparation + +1. First, fork the dolphinscheduler code from the remote repository to your local repository. + +2. Install MySQL/PostgreSQL, JDK and MAVEN in your own software development environment. + +3. Clone your forked repository to the local file system. +``` + git clone https://github.com/apache/incubator-dolphinscheduler.git` +``` +4. After finished the clone, go into the project folder and execute the following commands: +``` + git branch -a #check the branch + git checkout dev #shift the dev branch Review comment: done changes ---------------------------------------------------------------- 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]
