Rundeck Web app

Rundeck web console for command dispatching and job scheduling

License

License

GroupId

GroupId

org.rundeck
ArtifactId

ArtifactId

rundeckapp
Last Version

Last Version

2.11.14
Release Date

Release Date

Type

Type

war
Description

Description

Rundeck Web app
Rundeck web console for command dispatching and job scheduling
Project URL

Project URL

http://rundeck.org
Source Code Management

Source Code Management

https://github.com/dtolabs/rundeck

Download rundeckapp

How to add to project

<!-- https://jarcasting.com/artifacts/org.rundeck/rundeckapp/ -->
<dependency>
    <groupId>org.rundeck</groupId>
    <artifactId>rundeckapp</artifactId>
    <version>2.11.14</version>
    <type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.rundeck/rundeckapp/
implementation 'org.rundeck:rundeckapp:2.11.14'
// https://jarcasting.com/artifacts/org.rundeck/rundeckapp/
implementation ("org.rundeck:rundeckapp:2.11.14")
'org.rundeck:rundeckapp:war:2.11.14'
<dependency org="org.rundeck" name="rundeckapp" rev="2.11.14">
  <artifact name="rundeckapp" type="war" />
</dependency>
@Grapes(
@Grab(group='org.rundeck', module='rundeckapp', version='2.11.14')
)
libraryDependencies += "org.rundeck" % "rundeckapp" % "2.11.14"
[org.rundeck/rundeckapp "2.11.14"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

Rundeck

Travis Deb RPM War Jar
Travis CI Download Download Download Download

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.

Rundeck_survey

Help us Help you! Click here to answer the Community Survey and a chance to win prizes

To Build:

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

Gradle Build

./gradlew build

Artifacts:

  • rundeckapp/build/libs/rundeck-X.Y.war

Other builds

The documentation can be built with pandoc.

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

cd docs
make

RPM and DEB package builds

To build .rpm and .deb packages, you must first clone the rundeck packaging repo into the rundeck repo. A sample list of simple build steps is below, where $RELEASE_VERSION is the version you want to build, i.e. 3.2.7

git clone https://github.com/rundeck/rundeck
cd rundeck
git checkout refs/tags/v$RELEASE_VERSION
git clone https://github.com/rundeck/packaging
./gradlew build -Penvironment=release
cd packaging

For 3.2.x builds, check out the maint-3.2.x branch of packaging

git checkout maint-3.2.x
mkdir -p artifacts
cp ../rundeckapp/build/libs/rundeck*.war artifacts/
./gradlew -PpackageRelease=$RELEASE_VERSION clean packageArtifacts

To build clean:

make clean

Installation

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

To start from the rundeck-X.Y.war, put it in a directory named ~/rundeck, then execute:

java -Xmx1024m -Xms256m -XX:MaxMetaspaceSize=256m -server -jar rundeck-X.Y.war

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 2020 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.

org.rundeck

DTO Labs

Versions

Version
2.11.14
2.11.13
2.11.12
2.11.11
2.11.10
2.11.9
2.11.8
2.11.7
2.11.6
2.11.5
2.11.4
2.11.3
2.11.2
2.11.1
2.11.0
2.10.8
2.10.7
2.10.6
2.10.5
2.10.4
2.10.3
2.10.2
2.10.1
2.10.0
2.9.4
2.9.3
2.9.2
2.9.1
2.9.0
2.8.4
2.8.3
2.8.2
2.8.1
2.8.0
2.7.3
2.7.2
2.7.1
2.7.0
2.6.11
2.6.10
2.6.9
2.6.8
2.6.7
2.6.6
2.6.5
2.6.4
2.6.3
2.6.2
2.6.1
2.6.0
2.5.3
2.5.2
2.5.1
2.5.0
2.4.2
2.4.1
2.4.0
2.3.2
2.3.1
2.3.0
2.2.3
2.2.2
2.2.1
2.2.0
2.1.3
2.1.2
2.1.1
2.1.0
2.0.4
2.0.3
2.0.2
2.0.1
2.0.0
1.6.2
1.6.1
1.6.0
1.5.3
1.5.2
1.5.1
1.5