Changes between Version 2 and Version 3 of BuildFromSource


Ignore:
Timestamp:
20.07.2011 18:30:14 (13 years ago)
Author:
jri
Comment:

Adapted to DM 4.0 release

Legend:

Unmodified
Added
Removed
Modified
  • BuildFromSource

    v2 v3  
    1616== Build == 
    1717{{{ 
    18 git clone git://github.com/jri/deepamehta3.git 
    19 cd deepamehta3 
     18git clone git://github.com/jri/deepamehta.git 
     19cd deepamehta 
    2020mvn install -P all 
    2121}}} 
     
    2626}}} 
    2727This 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.html 
     28If no browser window appears open it manually: http://localhost:8080/de.deepamehta.webclient/index.html 
    2929 
    3030Your terminal is now occupied by the interactive Apache Felix Gogo Shell (press return and you'll see its {{{g!}}} prompt). 
     
    4141== Run again == 
    4242{{{ 
    43 cd deepamehta3 
     43cd deepamehta 
    4444mvn pax:run 
    4545}}} 
     
    4848== Update == 
    4949{{{ 
    50 cd deepamehta3 
     50cd deepamehta 
    5151git pull 
    5252mvn clean install -P all