Skip to content

Instalation

Carlos Roman edited this page Dec 1, 2016 · 2 revisions

Installation

bbb

Sample configuration file

aaa

# Folder for workflow files
SHARE=/tmp/
# Folder for workflow files
DAG_DIR=/tmp/run
# Folder for files
UPLOAD_DIR=/tmp/uploads
# Log directory
LOGDIR=/var/log/{{ node_deb_package_name }}/
# HTCondor SOAP port
CONDOR_URL=http://localhost:8080/
# HTCondor owner of job
CONDOR_JOB_OWNER=rooot
# App portt
SERVER_PORT=3000
# App listen adress
SERVER_HOST=http://0.0.0.0
# Database URI
DATABASE_URI=mongodb://localhost/{{ node_deb_package_name }}
# Is development?
NODE_ENV=production
# 0 : HTCondor
# 1 : Openlava
# 2 : Torque
# 3 : Slurm
BMANAGER=0

Shared folder

Uchuva needs a folder that can be seen by the Workloader (Openlava, Slurm, etc) and the app. The default

Log directory

aaa

Workloader

cc

App config

aaa

SSH keys

ggg

Clone this wiki locally