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



##########
File path: docs/deploy.zh-CN.md
##########
@@ -102,6 +102,14 @@ $ ./api/run.sh &
 $ kill $(ps aux | grep 'manager-api' | awk '{print $2}')
 ```
 
+## 打包
+
+你可以把刚刚 output 目录整体打包,copy 到其他地方解压运行,output 目录包含运行 dashboard 
需要的所有文件(配置文件、可执行文件、web静态资源)
+
+```sh
+$ tar –cvf dashboard.tar ./output/*

Review comment:
       ok




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