chore: add scripts and set tools

This commit is contained in:
Frank.R.Wu
2021-10-29 17:47:48 +08:00
parent 86487f4a34
commit 6aafa38a25
4 changed files with 7 additions and 3 deletions

1
.gitignore vendored
View File

@@ -58,3 +58,4 @@ hs_err_pid*
cmconfig.json cmconfig.json
ncconfig.json ncconfig.json
/handleRecords/ /handleRecords/
/web-client

View File

@@ -21,3 +21,6 @@ git pull --rebase --recurse-submodules
## 配置说明 ## 配置说明
首次配置需要配置Yjs路径。 首次配置需要配置Yjs路径。
同时还需要配置启动路径。 同时还需要配置启动路径。
启动CMHttpServer前需要执行``:agent-backend:prepareWebContent``
启动NodeCenterServer前需要执行``:router-backend:prepareWebContent``