Changes between Version 3 and Version 4 of BuildFromSource


Ignore:
Timestamp:
24.07.2011 15:40:39 (13 years ago)
Author:
jri
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BuildFromSource

    v3 v4  
    11[[PageOutline]] 
    22 
    3 = Build from Source = 
     3= Build From Source = 
    44 
    55== 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. 
    116 
    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). 
    1510 
    1611== Build == 
     12 
    1713{{{ 
    1814git clone git://github.com/jri/deepamehta.git 
     
    2218 
    2319== Run == 
     20 
    2421{{{ 
    2522mvn pax:run 
    2623}}} 
    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.html 
     24This starts the DeepaMehta server and then opens the DeepaMehta web client in a browser window.\\ 
     25If no browser window appears open it manually: 
    2926 
    30 Your terminal is now occupied by the interactive Apache Felix Gogo Shell (press return and you'll see its {{{g!}}} prompt). 
     27http://localhost:8080/de.deepamehta.webclient/index.html 
     28 
     29Your terminal is now occupied by the interactive ''Apache Felix Gogo Shell'' (press return and you'll see its `g!` prompt). 
    3130 
    3231== Stop == 
     
    3837This shuts down the web server and puts the database in a consistent state. 
    3938 
     39== Run again == 
    4040 
    41 == Run again == 
    4241{{{ 
    4342cd deepamehta 
     
    4544}}} 
    4645 
     46== Update == 
    4747 
    48 == Update == 
    4948{{{ 
    5049cd deepamehta