You can use this script to add the Rundeck yum repo and install Rundeck:
When new versions of Rundeck are released, you can upgrade to them using the command:
Download rpm package: http://rundeck.org/downloads.html and run:
You can use this script to add the Rundeck Enterprise yum repo and install Rundeck Enterprise cluster:
curl https://bintray.com/rundeckpro/rpm/rpm | sudo tee /etc/yum.repos.d/bintray-rundeckpro-rpm.repo
sudo yum install java rundeckpro-cluster
When new versions of Rundeck Enterprise are released, you can upgrade to them using the command:
Download rpm package: http://download.rundeck.com/eval/ and run:
To start Rundeck:
To verify that the service started correctly, tail the logs:
The service is ready once you see something similar to:
Rundeck is now up and running!
Next, learn how to create your first Rundeck Enterprise project