Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python-based Pegasus Installer

This script installs Pegasus WMS and its dependencies (HTCondor) in a specified directory.

Usage

To install Pegasus, run:

curl -s https://raw.githubusercontent.com/pegasus-isi/get-pegasus/refs/heads/main/get_pegasus | python3

By default, Pegasus will be installed in ./pegasus-{version}. You can specify a different location using the --target option.

curl -s https://raw.githubusercontent.com/pegasus-isi/get-pegasus/refs/heads/main/get_pegasus | python3 - --target pegasus

After the installation is complete, you will need to source the environment file to configure your shell:

. <installation-directory>/env.sh

Then, you can start HTCondor:

condor_master

You can check the status of HTCondor with:

condor_status
condor_q

If HTCondor needs to be started at a later time, you can run condor_master again.

About

Installs/configures Pegasus WMS and HTCondor in a specified directory

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages