From dede4589783082f43d3041fe08617b6bd29c13eb Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Thu, 30 Sep 2010 22:00:42 +0200 Subject: [PATCH] even more documentation Signed-off-by: Nico Schottelius --- cdist.mdwn | 11 +++++++++++ doc/man/.gitignore | 2 +- doc/man/cdist-design.text | 4 ++-- 3 files changed, 14 insertions(+), 3 deletions(-) diff --git a/cdist.mdwn b/cdist.mdwn index 3def440b..008dc112 100644 --- a/cdist.mdwn +++ b/cdist.mdwn @@ -25,6 +25,17 @@ Before initial release, document: to a subdirectory named "files" +## Testing cdist + +cdist-build-explorer| ssh localhost + +set -e +git clone git://git.schottelius.org/cdist +cd cdist +export PATH=$PATH:$(pwd -P)/bin +cdist-build-explorer | ssh localhost + + ## Architecture - User write shell scripts, which are run on the server diff --git a/doc/man/.gitignore b/doc/man/.gitignore index 799a958d..c495df5b 100644 --- a/doc/man/.gitignore +++ b/doc/man/.gitignore @@ -1,2 +1,2 @@ +cdist.7 *.html -*.1 diff --git a/doc/man/cdist-design.text b/doc/man/cdist-design.text index 91f145dd..c8ad4d0b 100644 --- a/doc/man/cdist-design.text +++ b/doc/man/cdist-design.text @@ -2,9 +2,9 @@ cdist using the push principle (triggered by server) % server cdist-deploy-to - cdist-preprocess # fills up variables with content - cdist-explore % client # explores client configuration cdist-build + cdist-preprocess # fills up variables with content + cdist-explore % client # explores client configuration cdist-compile # parses configuration, creates internal state in cconfig format, verifies cdist-link # uses cconfig output, creates executable cdist-remote-exec #