-
Notifications
You must be signed in to change notification settings - Fork 12
Instalation
Carlos Roman edited this page Dec 1, 2016
·
2 revisions
bbb
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
Uchuva needs a folder that can be seen by the Workloader (Openlava, Slurm, etc) and the app. The default
aaa
cc
aaa
ggg
- The configuration file
- Configure HTCondor
- Configure OpenLava, Torque, SLURM
- Add more programs
- How to monitor Uchuva
- Configure HTCondor with Docker
- Adding TTY.js