This script installs Pegasus WMS and its dependencies (HTCondor) in a specified directory.
To install Pegasus, run the script from within this directory:
./get_pegasus.py [--target <installation-directory>]By default, Pegasus will be installed in ./pegasus-{version}. You can specify a different location using the --target option.
After the installation is complete, you will need to source the environment file to configure your shell:
. <installation-directory>/env.shThen, you can start HTCondor:
condor_masterYou can check the status of HTCondor with:
condor_status
condor_qIf HTCondor needs to be started at a later time, you can run condor_master again.