This page is deprecated, visit the HTCondor download page for updated instructions.
Install Instructions
EL7 (Red Hat Enterprise Linux 7, CentOS 7, Scientific Linux 7)
-
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-previous-rhel7.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-all
-
Start it running
# systemctl start condor # systemctl enable condor
-
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.