--- README.md
+++ README.md
... | ... | @@ -16,7 +16,7 @@ |
16 | 16 |
|
17 | 17 |
License |
18 | 18 |
-- |
19 |
-Copyright 2013 NAVER Corp, under the Apache 2.0 license. |
|
19 |
+Copyright 2014 NAVER Corp, under the Apache 2.0 license. |
|
20 | 20 |
|
21 | 21 |
## Installation |
22 | 22 |
|
... | ... | @@ -65,13 +65,20 @@ |
65 | 65 |
Required files will be download automatically. In the first time, it may take about 10 min or more. |
66 | 66 |
|
67 | 67 |
|
68 |
-### type run command in console |
|
68 |
+### type start command in console |
|
69 | 69 |
|
70 |
- run |
|
70 |
+ start -DapplyEvolutions.default=true -Dhttp.port=9000 |
|
71 | 71 |
|
72 | 72 |
It will downloaded addtional files and compile sources. |
73 | 73 |
|
74 |
-If you want to run yobi in production mode, use **start** , not **run**. |
|
74 |
+If you want to run yobi in development mode, use **run**. You can see more detailed errors and can use dynamic compilation. |
|
75 |
+ |
|
76 |
+Also, you can configure start options. |
|
77 |
+If your system's memory is over than 4G, we recommend to use follow options. |
|
78 |
+ |
|
79 |
+> |
|
80 |
+> _JAVA_OPTIONS="-Xmx2048m -Xms1024m" play "start -DapplyEvolutions.default=true -Dhttp.port=9000" |
|
81 |
+> |
|
75 | 82 |
|
76 | 83 |
### connect with browser |
77 | 84 |
|
... | ... | @@ -92,7 +99,7 @@ |
92 | 99 |
Yobi |
93 | 100 |
=========== |
94 | 101 |
|
95 |
-협업 개발 플랫폼 (현재 개발중이며 아직 공식 버전 넘버링이 안 된 상태입니다.) |
|
102 |
+협업 개발 플랫폼 |
|
96 | 103 |
|
97 | 104 |
Official Site: [http://yobi.io](http://yobi.io) |
98 | 105 |
|
... | ... | @@ -148,12 +155,19 @@ |
148 | 155 |
|
149 | 156 |
실행하면 필요한 파일들을 web에서 내려받습니다. 첫 실행시 네트워크 상황에 따라 10여분 가까이 소요될 수 있습니다. |
150 | 157 |
|
151 |
-### 콘솔이 뜨면 run 명령어로 기동 |
|
158 |
+### 콘솔이 뜨면 start 명령어로 기동 |
|
152 | 159 |
|
153 |
- run |
|
160 |
+ start -DapplyEvolutions.default=true -Dhttp.port=9000 |
|
154 | 161 |
|
155 |
-추가로 필요한 파일들을 web에서 내려받은 다음 소스 파일들을 컴파일 후 개발 모드로 실행합니다. |
|
156 |
-운영 모드(production mode)로 실행하고자 할 경우에는 **run** 명령어 대신에 **start** 명령어로 실행합니다. |
|
162 |
+추가로 필요한 파일들을 web에서 내려받은 다음 소스 파일들을 컴파일 후 운영 모드(production mode)로 실행합니다. |
|
163 |
+개발 모드(development mode)로 실행하고자 할 경우에는 **start** 명령어 대신에 **run** 명령어로 실행합니다. |
|
164 |
+ |
|
165 |
+시작 옵션은 조정가능합니다. 만약 시스템 메모리가 4기가 이상이라면 |
|
166 |
+아래 옵션으로 실행하는걸 권장합니다. |
|
167 |
+ |
|
168 |
+> |
|
169 |
+> _JAVA_OPTIONS="-Xmx2048m -Xms1024m" play "start -DapplyEvolutions.default=true -Dhttp.port=9000" |
|
170 |
+> |
|
157 | 171 |
|
158 | 172 |
### 브라우저로 접속 |
159 | 173 |
|
Add a comment
Delete comment
Once you delete this comment, you won't be able to recover it. Are you sure you want to delete this comment?