File tree 1 file changed +11
-3
lines changed 1 file changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -159,15 +159,23 @@ Repository: https://github.com/culturecommunication/ginco
159
159
49 releases
160
160
9 contributors
161
161
162
+ Commits of interest:
163
+ https://github.com/culturecommunication/ginco/commit/2fb5a070034deda25b2d50a98e9e6b42754e6425
164
+ https://github.com/culturecommunication/ginco/commit/fb937f67a78a1f01017cee3a12f4d79d325ec82f
165
+
162
166
Install guide for Ubuntu:
163
167
164
168
1. Open a terminal in the directory of this readme file and clone:
165
169
git clone https://github.com/culturecommunication/ginco
166
170
2. Enter the directory "ginco" and build the app with maven:
171
+ (optional) git checkout 9d07909a1d768499443fa84085fa295649135507 # The commit before the commits of interest above
167
172
mvn clean package
173
+ mkdir dist
174
+ cp ginco-admin/target/ginco-admin.war dist
175
+ cp ginco-webservices/target/ginco-webservices.war dist
168
176
169
- The built binaries will be stored in:
170
- target (can be more than one directory, in sub-directories)
177
+ Note: Instead of "dist" you can specify another directory to store the built
178
+ binaries in.
171
179
172
180
173
181
(5) jforum3
@@ -363,7 +371,7 @@ Install guide for Ubuntu:
363
371
2. Enter the created directory "SocialSDK" and build with maven:
364
372
cd SocialSDK
365
373
git commit -am "CRLF problem"
366
- (optional) git checkout 4f07c13180aa27152e08adf6440b6692e5a54d3b
374
+ (optional) git checkout 4f07c13180aa27152e08adf6440b6692e5a54d3b <note - not sure what is interesting about this commit>
367
375
368
376
mvn install
369
377
You can’t perform that action at this time.
0 commit comments