-
Notifications
You must be signed in to change notification settings - Fork 921
Rundeck docs
Greg Schueler edited this page May 23, 2018
·
6 revisions
NOTE: Documentation process is changing: see https://github.com/rundeck/docs/wiki
Rundeck 2 documentation info below
The rundeck docs are stored in the rundeck-docs repository.
Each version is stored in a branch named "docsX.Y"
git clone git@github.com:dtolabs/rundeck-docs.git
In the rundeck
source repo:
make -C docs
The result will be in docs/dist/rundeck-docs-X.Y.zip
Extract docs and upload new branch:
cd rundeck-docs
sh load.sh path/to/docs/dist/rundeck-docs-X.Y.zip X.Y
git commit -m "Added docs for version X.Y"
git push origin docsX.Y
First checkout the existing branch
git fetch origin docsX.Y
git checkout -t -b docsX.Y origin/docsX.Y
Extract docs and upload new branch, run the load.sh
with the --skip
option:
cd rundeck-docs
sh load.sh path/to/docs/dist/rundeck-docs-X.Y.zip X.Y --skip
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