Changes between Version 2 and Version 3 of BuildFromSource
- Timestamp:
- 20.07.2011 18:30:14 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BuildFromSource
v2 v3 16 16 == Build == 17 17 {{{ 18 git clone git://github.com/jri/deepamehta 3.git19 cd deepamehta 318 git clone git://github.com/jri/deepamehta.git 19 cd deepamehta 20 20 mvn install -P all 21 21 }}} … … 26 26 }}} 27 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. 3-webclient/index.html28 If no browser window appears open it manually: http://localhost:8080/de.deepamehta.webclient/index.html 29 29 30 30 Your terminal is now occupied by the interactive Apache Felix Gogo Shell (press return and you'll see its {{{g!}}} prompt). … … 41 41 == Run again == 42 42 {{{ 43 cd deepamehta 343 cd deepamehta 44 44 mvn pax:run 45 45 }}} … … 48 48 == Update == 49 49 {{{ 50 cd deepamehta 350 cd deepamehta 51 51 git pull 52 52 mvn clean install -P all