Changes between Version 1 and Version 2 of UbuntuRunningDeepaMehtaAsDaemon


Ignore:
Timestamp:
02.09.2011 19:07:43 (13 years ago)
Author:
JuergeN
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • UbuntuRunningDeepaMehtaAsDaemon

    v1 v2  
    11[[PageOutline]] 
    22 
    3 = Installing DeepaMehta on Ubuntu 10.04 or likewise systems = 
     3= Running DeepaMehta as a Daemon on Ubuntu 10.04 or likewise systems = 
    44 
    55You can of course run DeepaMehta on your computer by simply starting the shell script ''deepamehta-linux.sh'' in a terminal session. But maybe you want to "daemonize" the server and run it in the background. This setup is especially recommended if you want to run DeepaMehta on a server. 
    66 
    7 == Install the DeepaMehta requirements on Ubuntu 10.04 LTS or later == 
    8 {{{ 
    9 aptitude install default-jdk 
    10 }}} 
    11  
    12 For the development system you will also need to install '''maven''' and '''git''': 
    13 {{{ 
    14 aptitude install maven2 git-core 
    15 }}} 
    16  
    17 Continue with [[BuildFromSource|Build DeepaMehta From Source]]. 
    187 
    198== Download DeepaMehta ==