Looking for enterprise features and professional support? Try Rundeck Enterprise.
Looking for the open source community version? Choose an install option below.
Looking for enterprise features and professional support? Try Rundeck Enterprise.
Looking for the open source community version? Choose an install option below.
Put it in a directory named ~/rundeck
Execute:
java -jar rundeck-3.3.10-20210301.war
Execute:
apt-get install openjdk-8-jdk-headless
dpkg -i rundeck_3.3.10.20210301-1_all.deb
Or fetch from bintray:
https://bintray.com/rundeck/rundeck-deb
yum install java-1.8.0
rpm -Uvh https://repo.rundeck.org/latest.rpm
yum install rundeck
service rundeckd start
Upgrade:
yum upgrade rundeck rundeck-config
Or fetch from bintray:
https://bintray.com/rundeck/rundeck-rpmHosted with documentation at Docker Hub
docker pull rundeck/rundeck:3.3.10
Once you've installed and started the server, visit:
http://localhost:4440
Check out the Getting Started section of the Rundeck Guide.
Anvils-Demo is pre-configured with a simple example to show off Rundeck's basic features.