Unofficial Rundeck port for Slackware Linux
- Slackware Linux 14.2 64 bits.
- Java 8, you can obtain it from here:
http://www.slackware.com/~alien/slackbuilds/openjdk/pkg64/14.2/openjdk-8u201_b08-x86_64-1alien.txz
- Create rundeck group and user:
groupadd -g 263 rundeck
useradd -g 263 -u 263 -r -s /bin/bash -d /var/lib/rundeck rundeck
- git clone https://github.com/reinerrdeck/rdeck-slackware
- cd rdeck-slackware/
- tar xvf rundeck-3.0.21.tar.gz
- cd var/lib/rundeck/bootstrap/
- wget -c https://dl.bintray.com/rundeck/rundeck-maven/rundeck-3.0.21-20190424.war
- cd ../../../../../
- tar cfJ rundeck-3.0.21.tar.xz rundeck-3.0.21
- mv rundeck-3.0.21.tar.xz build/
- cd build/
- chmod +x rundeck.SlackBuild
- ./rundeck.Slackbuild (as root user)
The build process takes a moment, depending of your hardware.
The package is generated in /tmp directory.
As root user:
installpkg /tmp/rundeck-3.0.21-x86_64-1_SBo.txz
As root user:
. /etc/rc.d/rc.rundeck start
The launch process may take some time, depending of your hardware.
Go to http://localhost:4440 in your web browser.
user:admin password:admin
As root user:
. /etc/rc.d/rc.rundeck stop
https://docs.rundeck.com/docs/
Custom Rundeck logo by: G3NSVRV.
©2019 Rundeck. All Rights Reserved.