summaryrefslogtreecommitdiff
path: root/README.rdoc
diff options
context:
space:
mode:
authorAJ Christensen <aj@junglist.gen.nz>2009-04-11 15:41:27 +1200
committerAJ Christensen <aj@junglist.gen.nz>2009-04-11 15:41:27 +1200
commit047bf52647e673d2359168f12e64ea9abed67c41 (patch)
treee218c35d6ec97c2b64dd7270c0bb8da27be207a0 /README.rdoc
parent759dde3276ac7f20e85a2504ab5cc55bb000687e (diff)
downloadchef-047bf52647e673d2359168f12e64ea9abed67c41.tar.gz
Update readme for chef-server-slice, Add git:submodules_update rake task
git:submodules_update will be ran before the install and package tasks
Diffstat (limited to 'README.rdoc')
-rw-r--r--README.rdoc22
1 files changed, 7 insertions, 15 deletions
diff --git a/README.rdoc b/README.rdoc
index a7a4ea8dea..3cd1d8ffc2 100644
--- a/README.rdoc
+++ b/README.rdoc
@@ -4,9 +4,7 @@
== DESCRIPTION:
-Chef is a systems management framework masquerading as a configuration management tool.
-
-I'm in ur netwerk, cookin up yer servers. :)
+Chef is a systems integration framework masquerading as a configuration management tool.
== REQUIREMENTS:
@@ -19,7 +17,7 @@ chef:
* stomp
* ohai
-chef-server and the chefserverslice (merb slice), same requires as chef above, plus:
+chef-server and the chef-server-slice (merb slice), same requires as chef above, plus:
* stompserver
* ferret
@@ -30,15 +28,6 @@ chef-server and the chefserverslice (merb slice), same requires as chef above, p
* ruby-openid
* syntax
-Interim Note:
-
-Once the {chef,chef-server,chefserverslice}.gem set is installed, do the following:
-
- > cd /Library/Ruby/Gems/1.8/gems/chef-server<xxx> # or wherever your gems land
- > sudo rake slices:chefserverslice:install
-
-This installs the chefserverslice into the chef-server merb application
-
External Servers:
* stompserver (for easy stomp mq testing)
@@ -46,7 +35,7 @@ External Servers:
== INSTALL:
-Install all of the above. To fire up a develpment environment, do the following:
+Install all of the above. To fire up a development environment, do the following:
* Start CouchDB with 'couchdb'
* Start stompserver with 'stompserver'
@@ -57,10 +46,13 @@ Install all of the above. To fire up a develpment environment, do the following
* Start chef-server:
chef-server -N -c 2
+ OR
+ (in chef-server-slice)
+ slice -N -c 2
* Test run chef to begin node registration:
- sudo ./bin/chef-client
+ chef-client
* Validate the node registration: