Posts

Showing posts from June, 2017

A Step by Step Guide to install rundeck on ubuntu 17.04(zesty):

Image
Here is a Step by Step Guide to install rundeck on ubuntu 17.04(zesty): As we know 'Rundeck is open source software that helps you automate routine operational procedures in data center or cloud environments, it allows you to run tasks on any number of nodes from a web-based or command-line interface.' from the previous post Rundeck installation on CentOS . I'm installing rundeck on ubuntu 17.04(zesty)(my server ip is: 192.168.225.231) pre-requirements: Installing java: # apt-get install openjdk-8-jdk Setting up java home: Add the below contents in file: /etc/profile.d/java.sh #!/bin/bash JAVA_HOME=/usr/bin/java PATH=$JAVA_HOME/bin:$PATH export PATH JAVA_HOME export CLASSPATH=. # source /etc/profile.d/java.sh Firewall setup: We can enable the ufw and allow port 4440. Let us download the rundeck package(.deb) from: http://rundeck.org/downloads.html we can start the rundeck installation: # dpkg -i rundeck-2.8.2-1-GA.deb

5 Easy Steps to Install Rundeck on CentOS

Image
Rundeck is all about ....! Well, Rundeck is open source software that helps you automate routine operational procedures in data center or cloud environments, it allows you to run tasks on any number of nodes from a web-based or command-line interface. Rundeck also includes other features that make it easy to scale up your automation efforts including: access control, workflow building, scheduling, logging, and integration with external sources for node and option data. Refer introduction and essential-concepts URL for more details. Pre-requirements and preparing the server to install rundeck: The following operating systems are known to support Rundeck: Linux: Most recent distributions are likely to work Windows: XP, Server and above Mac OS X 10.4 or later     Root (or Administrator on Windows) is not required or recommended. We recommend using a dedicated user account such as "rundeck". If there is need for root access, please set