Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
gschueler committed Dec 21, 2010
1 parent e876675 commit 81e5585
Showing 1 changed file with 61 additions and 6 deletions.
67 changes: 61 additions & 6 deletions Readme.md
@@ -1,14 +1,69 @@
Run Deck
RunDeck
========

About...
RunDeck is a command dispatcher with a modern web console.
It lets you easily run commands across a set of nodes.

For more information, mailing lists, IRC channel, visit <http://rundeck.org>

Build
To Build:
=====

./build.sh
make

Build clean
Creates the rundeck-launcher.jar

./build.sh -clean
Build the RPM:

make rpm

To build clean:

make clean

Installation
======

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

java -jar rundeck-launcher-1.0.0.jar

OR To install from Yum, simply execute:

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

OR directly from RPM:

rpm -ivh rundeck-1.0.0.xxx.rpm

Requirements
=======

Java 5 (openjdk, sun)

To build docs:

[pandoc](http://johnmacfarlane.net/pandoc/)

Documentation
======

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

License
======

Copyright 2010 DTO Solutions

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.

0 comments on commit 81e5585

Please sign in to comment.