Browse Source

更新 'README.md'

Minong 2 years ago
parent
commit
fdfd5aac98
1 changed files with 10 additions and 2 deletions
  1. 10 2
      README.md

+ 10 - 2
README.md

@@ -1,5 +1,5 @@
 目录前deploy_server 参数
-
+# 基于deploy_server部署
 ```shell
   -Broker string
         input Broker default:0.0.0.0:9092 (default "0.0.0.0:9092")
@@ -12,8 +12,16 @@
 
 执行
 ```shell
-  ./deploy_server -Dir /www/docker/edge/
+    git clone ssh://git@git.7in6.com:11022/Minong/edge-frame-deploy.git /www/docker
+    chmod +x deploy_server
+  ./deploy_server -Dir ./edge/ -key 123
+```
+# 基于deploy.sh 部署
 ```
+chmod +x deploy.sh
+./deploy.sh
+```
+
 
 deploy_server项目源码 :
 ```api