This page is deprecated, visit the HTCondor download page for updated instructions.
Install Instructions
EL6 (Red Hat Enterprise Linux 6, CentOS 6, Scientific Linux 6)
-
Setup the repository
-
Import the signing key
# wget https://research.cs.wisc.edu/htcondor/yum/RPM-GPG-KEY-HTCondor # rpm --import RPM-GPG-KEY-HTCondor
-
Get the repository file
# cd /etc/yum.repos.d # wget https://research.cs.wisc.edu/htcondor/yum/repo.d/htcondor-stable-rhel6.repo
NOTE: if you have the EPEL repository enabled, add exclude=condor* to the EPEL repo file
-
Import the signing key
-
Install HTCondor
# yum install condor # or minicondor
-
Start it running
# chkconfig condor on # service condor start
-
Check that it is running
$ ps ax | grep condor
Instructions on how to install other Linux distributions can be found on the Install Instructions page.