From b302b86beb8076a11156d0b976ee1fdcac3730e8 Mon Sep 17 00:00:00 2001 From: Leif Johansson Date: Tue, 15 Oct 2013 10:46:12 +0200 Subject: [PATCH] documentation --- README | 27 +-------------------------- 1 file changed, 1 insertion(+), 26 deletions(-) mode change 100644 => 120000 README diff --git a/README b/README deleted file mode 100644 index 8c7538c..0000000 --- a/README +++ /dev/null @@ -1,26 +0,0 @@ - -Initial setup: - - git clone git://github.com/leifj/multiverse.git myproj-cosmos - cd myproj-cosmos - - - rename the github upstream - - git remote rename origin multiverse - - - add a new upstream & ro branch. The ro branch is used by the cosmos setup later. It needs to be called 'ro' - - git remote add origin git@//yourhost/myproj-cosmos.git - git remote add ro git://yourhost/myproj-cosmos.git - - - add at least one PGP key in a file matching the glob "global/overlay/etc/cosmos/keys/*.pub" - - - add hosts/puppet-modules etc etc ... - - - make bump - -To add a new host: - - - Make sure you have root access using an SSH key - - ./addhost - diff --git a/README b/README new file mode 120000 index 0000000..52ad318 --- /dev/null +++ b/README @@ -0,0 +1 @@ +docs/cosmos-puppet-ops.mkd \ No newline at end of file