gxthrj commented on a change in pull request #729:
URL: https://github.com/apache/apisix-dashboard/pull/729#discussion_r520284416



##########
File path: docs/deploy.md
##########
@@ -104,14 +87,29 @@ authentication:
       password: user
 ```
 
-2. Run manager-api
+2. Run
 
 ```sh
-$ api/run.sh &
+$ cd ./output
+$ ./manager-api
 ```
 
 3. Visit `http://127.0.0.1:8080` in your browser, `8080` is the default listen 
port of manager-api.
 
+3. stop
+
+```sh
+$ kill $(ps aux | grep 'manager-api' | awk '{print $2}')
+```
+
+## Pack
+
+Package the output directory, The output directory contains all the files 
needed to run the dashboard (configuration files, executable files, web static 
resources)

Review comment:
       done

##########
File path: docs/deploy.md
##########
@@ -104,14 +87,29 @@ authentication:
       password: user
 ```
 
-2. Run manager-api
+2. Run
 
 ```sh
-$ api/run.sh &
+$ cd ./output
+$ ./manager-api
 ```
 
 3. Visit `http://127.0.0.1:8080` in your browser, `8080` is the default listen 
port of manager-api.
 
+3. stop
+
+```sh
+$ kill $(ps aux | grep 'manager-api' | awk '{print $2}')
+```
+
+## Pack

Review comment:
       mv Pack to Package




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


Reply via email to