From 3709be353b884f2fece299431829650284cdd8a5 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Wed, 1 Dec 2010 20:06:07 +0100 Subject: [PATCH] Hack around with readme Signed-off-by: Nico Schottelius --- HACHERS_README | 18 ++++++++++++++++++ README | 50 +------------------------------------------------- REAL_README | 49 +++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 68 insertions(+), 49 deletions(-) create mode 100644 HACHERS_README mode change 100644 => 120000 README create mode 100644 REAL_README diff --git a/HACHERS_README b/HACHERS_README new file mode 100644 index 00000000..908292f9 --- /dev/null +++ b/HACHERS_README @@ -0,0 +1,18 @@ +Hey hackers, + +cdist has not been published, you're accessing a early in developent +code. + +Do not believe anything written in cdist, besides what's written in this file +(everything else may be future stuff for the initial release). + + -- Nico, 20101201 + + +What you can do so far: + +# prepare use: +export PATH="$PATH:$(pwd -P)/bin" + +## Test config tree wrapper +cd test && ./cdist-cconfig-tree diff --git a/README b/README deleted file mode 100644 index 42cb1784..00000000 --- a/README +++ /dev/null @@ -1,49 +0,0 @@ -## Introduction - -cdist configures your system. It is similar to -[cfengine](http://www.cfengine.org/) and [puppet](http://www.puppetlabs.com/). -It is inspired by both of those tools: - - * Try to redo the great power you get - * But leave out the bugs you also got - -And cdist is UNIX: - -It's designed to -reuse existing tools, -it does not require high level scripting language interpreters -and it is equipped with manpages. - -### Architecture - - * KISS (keep it simple and stupid) - * Allow very easy extension of cdist (creating own types for instance) - * Push (server pushes configuration) and Pull (client retrieves config) supported - * User defines configuration in shell scripts using cdist functions - * Cdist generates internal configuration (cconfig style) and afterwards applies configuration - -## Requirements - -### Server - - * A posix like shell - * SSH-Client (for push architecture) - * SSH-Server (for pull architecture) - -### Client - - * A posix like shell - * SSH-Client (for pull architecture) - * SSH-Server (for push architecture) - -## How to get cdist - - git clone git://git.schottelius.org/cdist - -## How to install cdist - - make install - -## How to use cdist - - man cdist diff --git a/README b/README new file mode 120000 index 00000000..c1247abd --- /dev/null +++ b/README @@ -0,0 +1 @@ +HACHERS_README \ No newline at end of file diff --git a/REAL_README b/REAL_README new file mode 100644 index 00000000..42cb1784 --- /dev/null +++ b/REAL_README @@ -0,0 +1,49 @@ +## Introduction + +cdist configures your system. It is similar to +[cfengine](http://www.cfengine.org/) and [puppet](http://www.puppetlabs.com/). +It is inspired by both of those tools: + + * Try to redo the great power you get + * But leave out the bugs you also got + +And cdist is UNIX: + +It's designed to +reuse existing tools, +it does not require high level scripting language interpreters +and it is equipped with manpages. + +### Architecture + + * KISS (keep it simple and stupid) + * Allow very easy extension of cdist (creating own types for instance) + * Push (server pushes configuration) and Pull (client retrieves config) supported + * User defines configuration in shell scripts using cdist functions + * Cdist generates internal configuration (cconfig style) and afterwards applies configuration + +## Requirements + +### Server + + * A posix like shell + * SSH-Client (for push architecture) + * SSH-Server (for pull architecture) + +### Client + + * A posix like shell + * SSH-Client (for pull architecture) + * SSH-Server (for push architecture) + +## How to get cdist + + git clone git://git.schottelius.org/cdist + +## How to install cdist + + make install + +## How to use cdist + + man cdist