This is an old revision of the document!


Local Installation

Procedure

sudo ./condor_configure --type=manager,submit,execute --local-dir=/var/lib/condor --install-dir=/usr/local/condor --owner=condor --install
export CONDOR_CONFIG=/usr/local/condor/etc/condor_config

I tried to put the binaries in /usr/local/bin and /usr/local/sbin, but sudo's PATH didn't include /usr/local/bin and /usr/local/sbin, which made it hard to run under sudo

ln -s /usr/local/condor/bin/* /usr/bin/
ln -s /usr/local/condor/sbin/* /usr/sbin/
sudo chown condor:condor /usr/local/condor/bin/*
sudo chown condor:condor /usr/local/condor/sbin/*
condor/installation/local.1310570201.txt.gz · Last modified: 2011/07/13 15:16 by garrettheath4
CC Attribution-Noncommercial-Share Alike 4.0 International
Driven by DokuWiki Recent changes RSS feed Valid CSS Valid XHTML 1.0