Changes between Version 1 and Version 2 of UbuntuRunningDeepaMehtaAsDaemon
- Timestamp:
- 02.09.2011 19:07:43 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UbuntuRunningDeepaMehtaAsDaemon
v1 v2 1 1 [[PageOutline]] 2 2 3 = Installing DeepaMehtaon Ubuntu 10.04 or likewise systems =3 = Running DeepaMehta as a Daemon on Ubuntu 10.04 or likewise systems = 4 4 5 5 You 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. 6 6 7 == Install the DeepaMehta requirements on Ubuntu 10.04 LTS or later ==8 {{{9 aptitude install default-jdk10 }}}11 12 For the development system you will also need to install '''maven''' and '''git''':13 {{{14 aptitude install maven2 git-core15 }}}16 17 Continue with [[BuildFromSource|Build DeepaMehta From Source]].18 7 19 8 == Download DeepaMehta ==