Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
DES_documentation
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
CSS-PUBLIC
DES_documentation
Commits
870a4595
Commit
870a4595
authored
5 years ago
by
Armin Costa
Browse files
Options
Downloads
Patches
Plain Diff
Update Setup.md
parent
6e931d42
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Setup.md
+14
-9
14 additions, 9 deletions
Setup.md
with
14 additions
and
9 deletions
Setup.md
+
14
−
9
View file @
870a4595
# 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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment