Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
H
HD
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
장한나
HD
Commits
791d2e3b
Commit
791d2e3b
authored
Aug 20, 2020
by
윤준영
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
readme 수정
parent
52310d55
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
29 additions
and
1 deletion
+29
-1
readme.md
readme.md
+29
-1
No files found.
readme.md
View file @
791d2e3b
...
...
@@ -14,14 +14,40 @@
### 프로젝트 Clone 및 submodule Sync
```
shell
# clone project
git clone http://192.168.10.130/elink/v3.6/elink-root.git
cd
elink-root
# submodule sync
git submodule
sync
--recursive
git submodule update
--init
--recursive
# submodule branch change to master
git submodule foreach git checkout master
git submodule foreach git pull origin master
```
### 프로젝트 빌드
*
프로젝트 root에서 수행 시 전체 빌드
*
개별 프로젝트에서 수행 시 개별 프로젝트 빌드.
*
IDE를 사용시 각 IDE 플러그인에서 빌드 한다.
```
shell
gradle build
```
### appRun
*
gretty의 embedded tomcat을 이용한 기동
*
현재 IIM/RMS 만 구성
*
간단한 테스트 용도로 사용 가능
*
IIMWeb Run
```
shell
cd
IIMWeb
gradle appRun
```
*
RMSWeb Run
```
shell
cd
RMSMWeb
gradle appRun
```
### 참고1. add submodule
```
shell
git submodule add http://192.168.10.130/elink/v3.6/ONLFramework.git
...
...
@@ -36,6 +62,8 @@ 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
.
git submodule foreach
"git commit -m 'change something' || :"
git submodule foreach git push origin master
\ No newline at end of file
git submodule foreach git push origin master
```
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment