Skip to content
Damon Edwards edited this page Jun 19, 2019 · 2 revisions

There are two ways to obtain the source code to Rundeck.

Using git

Follow the instructions at http://help.github.com/ to clone the source. The git repository URL is available from the "Source" button above.

Setting up git for github on CentOS 5

git is not in the main repositories on CentOS 5, but can be obtained from EPEL.

In addition, the CA bundle must be updated for git to be able to connect to github. Follow the instructions here.

  • In a nutshell: backup /etc/pki/tls/certs/ca-bundle.crt and replace it with Mozilla's bundle.

Downloading a source distribution

The source can be downloaded from Rundeck's download page.