Skip to content
forked from rundeck/rundeck

Job scheduler and runbook automation. Enable self-service access to existing scripts and tools.

License

Notifications You must be signed in to change notification settings

kartikv11/rundeck

This branch is 13984 commits behind rundeck/rundeck:main.

Folders and files

NameName
Last commit message
Last commit date
Apr 13, 2017
Aug 24, 2017
Aug 4, 2017
Sep 11, 2017
Jul 12, 2017
Jun 30, 2017
Jul 17, 2014
Apr 21, 2017
Aug 4, 2017
Aug 1, 2017
Jul 28, 2017
Jun 30, 2017
Aug 25, 2017
Aug 9, 2017
Sep 12, 2016
Aug 25, 2017
Aug 25, 2017
Jun 16, 2017
Sep 1, 2015
Mar 29, 2014
Apr 25, 2017
Aug 25, 2017
Jul 12, 2017
Aug 25, 2017
Jun 30, 2017
Jun 30, 2017
Mar 14, 2014
Dec 16, 2014
Aug 7, 2017
Nov 10, 2016
Apr 12, 2017
Aug 8, 2017
Dec 1, 2016
Dec 3, 2016
Aug 25, 2016
Mar 20, 2017
Aug 24, 2016
Jul 18, 2017
Aug 25, 2017

Repository files navigation

Rundeck

Rundeck is an open source automation service with a web console, command line tools and a WebAPI. It lets you easily run automation tasks across a set of nodes.

See the Release Notes for the latest version information.

To Build:

Primary build is supported with gradle. More info in the wiki.

Gradle Build

./gradlew build

Artifacts:

  • rundeckapp/target/rundeck-X.Y.war
  • rundeck-launcher/launcher/build/libs/rundeck-launcher-X.Y.jar

Other builds

The documentation can be built with pandoc.

Build the documentation. Artifacts in docs/en/dist:

cd docs
make

You can build .rpm or .deb files (requires pandoc to build the docs):

Build the RPM. Artifacts in packaging/rpmdist/RPMS/noarch/*.rpm

make rpm

Build the .deb. Artifacts in packaging/*.deb:

make deb

To build clean:

make clean

Installation

There are several install options: a self-contained jar file, or RPM, or Debian.

To start from the rundeck-launcher.jar, put it in a directory named ~/rundeck, then execute:

java -Xmx1024m -Xms256m -XX:MaxMetaspaceSize=256m -server -jar rundeck-launcher-2.0.0.jar

If you'd like to install via RPM, you can use Yum:

rpm -Uvh http://repo.rundeck.org/latest.rpm 
yum install rundeck

OR install directly from RPM:

rpm -ivh rundeck-2.0.0-xxx.rpm rundeck-config-2.0.0-xxx.rpm

Once the RPM is installed, execute:

sudo /etc/init.d/rundeckd start

The server should launch on port 4440, with default username/password of admin/admin.

For Debian, download the .deb from the downloads page, then run:

dpkg -i rundeck-2.0.0-x.deb
  • For more info and configuration information, see the Rundeck docs.

Requirements

Java 8 (openjdk, oracle)

Pandoc (documentation build only)

Documentation

Available online at http://rundeck.org/docs

FAQ: https://github.com/rundeck/rundeck/wiki/FAQ

Development

Refer to the IDE Development Environment to get set up using IntelliJ IDEA or Eclipse/STS.

Do you have changes to contribute? Please see the Development wiki page.

License

Copyright 2017 Rundeck, Inc.

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

About

Job scheduler and runbook automation. Enable self-service access to existing scripts and tools.

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Groovy 53.5%
  • Java 33.4%
  • JavaScript 7.8%
  • Shell 4.1%
  • CSS 1.0%
  • Makefile 0.1%
  • Other 0.1%