Skip to content
gschueler edited this page Oct 28, 2011 · 2 revisions

About

The rundeck docs are stored in the rundeck-docs repository.

Each version is stored in a branch named "docsX.Y"

Howto update the rundeck-docs repo with latest docs

clone rundeck-docs repo:

git clone [email protected]:dtolabs/rundeck-docs.git

Download rundeck-launcher-x.y.jar from Rundeck Downloads

Extract docs and upload new branch:

cd rundeck-docs
sh load.sh ../rundeck-launcher-x.y.jar x.y
git commit -m "Added docs for version x.y"
git push origin docsx.y

Finally, update the rundeck.org site via github pages: Rundeck-site