Commit 9c489fea authored by 윤준영's avatar 윤준영

aq 테스트 코드 추가, 기타 라이브러리 정리

parent e07f780f
......@@ -27,6 +27,7 @@
# clone project
git clone http://192.168.10.130/elink/v3.6/elink-root.git
cd elink-root
git checkout ebest
# submodule sync
git submodule sync --recursive
git submodule update --init --recursive
......@@ -66,19 +67,6 @@ cd RMSMWeb
gradlew appRun
```
### 참고1. add submodule
```shell
git submodule add http://192.168.10.130/elink/v3.6/ONLFramework.git
git submodule add http://192.168.10.130/elink/v3.6/ONLRMSClient.git
git submodule add http://192.168.10.130/elink/v3.6/ONLWeb.git
git submodule add http://192.168.10.130/elink/v3.6/RMSWeb.git
git submodule add http://192.168.10.130/elink/v3.6/IIMWeb.git
git submodule add http://192.168.10.130/elink/v3.6/BATWeb.git
git submodule add http://192.168.10.130/elink/v3.6/BAPWeb.git
git submodule add http://192.168.10.130/elink/v3.6/SIMWeb.git
git submodule add http://192.168.10.130/elink/v3.6/EAISIMWeb.git
git submodule foreach git checkout master
```
### 참고2. submodule 일괄 commit
```shell
git submodule foreach git add -A .
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment