ysyyhhh 1 year ago
parent
commit
ea9519cebf
3 changed files with 26 additions and 2 deletions
  1. 24 0
      README-DEPLOY.md
  2. 1 1
      client
  3. 1 1
      server

+ 24 - 0
README-DEPLOY.md

@@ -1,3 +1,27 @@
+## 项目部署
+
+```shell
+# 主项目
+git clone root@git.mooctest.com:vehicle-network-crowdsourcing/fuzz-scene-sim-test.git
+
+# 子模块获取或更新
+git submodule update --init --recursive
+```
+
+## 项目提交
+
+```shell
+# 提交主项目
+git add .
+git commit -m "xxx"
+git push origin master
+
+# 提交子模块
+cd FuzzScene
+git add .
+git commit -m "xxx"
+git push origin master
+```
 
 ## 数据库初始化
 

+ 1 - 1
client

@@ -1 +1 @@
-Subproject commit 5d72b74d4e31d3cefbf03e28681e452928b5c13b
+Subproject commit 9e325437e6e162889a6e7a11e5715b8219507b86

+ 1 - 1
server

@@ -1 +1 @@
-Subproject commit 808af53440d50ebfd2c7e26102b837bec68f10cb
+Subproject commit 486e5a05863180ed46dcb00f4e532c5b9442cfb6