ptyp commented on a change in pull request #436:
URL: 
https://github.com/apache/dolphinscheduler-website/pull/436#discussion_r716204006



##########
File path: docs/en-us/dev/user_doc/dev_quick_start.md
##########
@@ -0,0 +1,60 @@
+Note: Only for standalone development debugging use, the default use of H2 
Database, Zookeeper Testing Server.
+
+For testing the plugin, you can modify the plugin.bind in StandaloneServer or 
modify the configuration file. Please check the plugin description for details.
+
+#### 1. Download the source Code
+
+GitHub :https://github.com/apache/dolphinscheduler
+
+```shell
+mkdir dolphinscheduler
+cd dolphinscheduler
+git clone [email protected]:apache/dolphinscheduler.git
+```
+
+We use the dev branch here.
+
+#### 2. Start backend
+
+```shell
+mvn -U install package -Prelease -Dmaven.test.skip=true
+```
+
+Just start org.apache.dolphinscheduler.server.StandaloneServer directly.
+
+#### 3. Set up the front-end
+
+##### i. Install node
+
+######  a. Install nvm
+
+curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.37.2/install.sh | bash
+
+######  b. Refresh the environment variables
+
+ source ~/.bash_profile
+
+######  c. Install node
+
+ nvm install v12.20.2
+
+note: Mac users could install npm through brew: brew install npm
+
+###### d. Validate the node installation
+
+ node --version
+
+##### ii. cd dolphinscheduler-ui and run the following command:

Review comment:
       command=》commands

##########
File path: docs/en-us/dev/user_doc/dev_quick_start.md
##########
@@ -0,0 +1,60 @@
+Note: Only for standalone development debugging use, the default use of H2 
Database, Zookeeper Testing Server.

Review comment:
       "The default option is H2 Database and Zookeeper Testing Server" would 
be more natural




-- 
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]


Reply via email to