Changes between Version 3 and Version 4 of BuildFromSource
- Timestamp:
- 24.07.2011 15:40:39 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BuildFromSource
v3 v4 1 1 [[PageOutline]] 2 2 3 = Build from Source =3 = Build From Source = 4 4 5 5 == Requirements == 6 * '''Java 1.6''' [[BR]]7 Older Java versions do not work.8 9 * '''Git 1.7''' [[BR]]10 Most likely other Git versions (older and newer) work as well.11 6 12 * '''Maven 3''' [[BR]] 13 Most likely Maven 2 works as well.14 7 * **Java 1.6** (older Java versions do not work). 8 * **Git 1.7** (other Git versions work as well). 9 * **Maven 3** (most likely Maven 2 works as well). 15 10 16 11 == Build == 12 17 13 {{{ 18 14 git clone git://github.com/jri/deepamehta.git … … 22 18 23 19 == Run == 20 24 21 {{{ 25 22 mvn pax:run 26 23 }}} 27 This starts the DeepaMehta server and then opens the DeepaMehta web client in a browser window. 28 If no browser window appears open it manually: http://localhost:8080/de.deepamehta.webclient/index.html24 This starts the DeepaMehta server and then opens the DeepaMehta web client in a browser window.\\ 25 If no browser window appears open it manually: 29 26 30 Your terminal is now occupied by the interactive Apache Felix Gogo Shell (press return and you'll see its {{{g!}}} prompt). 27 http://localhost:8080/de.deepamehta.webclient/index.html 28 29 Your terminal is now occupied by the interactive ''Apache Felix Gogo Shell'' (press return and you'll see its `g!` prompt). 31 30 32 31 == Stop == … … 38 37 This shuts down the web server and puts the database in a consistent state. 39 38 39 == Run again == 40 40 41 == Run again ==42 41 {{{ 43 42 cd deepamehta … … 45 44 }}} 46 45 46 == Update == 47 47 48 == Update ==49 48 {{{ 50 49 cd deepamehta