From 870a45957c0a2daf850ce62e18b33bfe5b4f45b1 Mon Sep 17 00:00:00 2001 From: Costa Armin <armin.costa@eurac.edu> Date: Fri, 2 Aug 2019 20:12:23 +0200 Subject: [PATCH] Update Setup.md --- Setup.md | 23 ++++++++++++++--------- 1 file changed, 14 insertions(+), 9 deletions(-) diff --git a/Setup.md b/Setup.md index 9b4e631..3d4ad7e 100644 --- a/Setup.md +++ b/Setup.md @@ -1,7 +1,15 @@ # Setup -## Installation +## Download +Download the DES application ('/') and untar it +``` + cd / + wget http://saocompute.eurac.edu/downloads/DES.tar.gz + tar -xvzf DES.tar.gz +``` + +## Environment Setup Create a User and Group 'desuser' with group id 1008 and user id 1007 ``` @@ -9,13 +17,6 @@ Create a User and Group 'desuser' with group id 1008 and user id 1007 useradd -m -g 1008 -u 1007 desuser ``` -Download the DES application on / and untar it -``` - cd / - wget http://saocompute.eurac.edu/downloads/DES.tar.gz - tar -xvzf DES.tar.gz -``` - Assign the correct permissions ``` chown -R root.desuser /DES @@ -50,7 +51,9 @@ Create the working directories in the created DES workspace as defined in DES.in mkdir /raid0/DES/logs ``` -Imortant: Make sure you have an appropriate entry in /etc/hosts for you host (not 127.0.0.1 on the same name!) +## Run + +Imortant: Make sure you have an *appropriate entry* in /etc/hosts for you host (not 127.0.0.1 on the same name!) ``` echo "10.8.244.179 cssdmi01 cssdmi01.eurac.edu" >> /etc/hosts ``` @@ -67,6 +70,8 @@ cd /DES java -jar DES.jar -c ./config/DES_Test.ini -p TEST.processor_config.xml ``` +## Automatic Startup + Create a Cronjob for automatic start ``` crontab -e -- GitLab