44
55== DESCRIPTION:
66
7- Chef is a systems management framework masquerading as a configuration management tool.
8-
9- I'm in ur netwerk, cookin up yer servers. :)
7+ Chef is a systems integration framework masquerading as a configuration management tool.
108
119== REQUIREMENTS:
1210
1917* stomp
2018* ohai
2119
22- chef-server and the chefserverslice (merb slice), same requires as chef above, plus:
20+ chef-server and the chef-server-slice (merb slice), same requires as chef above, plus:
2321
2422* stompserver
2523* ferret
@@ -30,23 +28,14 @@ chef-server and the chefserverslice (merb slice), same requires as chef above, p
3028* ruby-openid
3129* syntax
3230
33- Interim Note:
34-
35- Once the {chef,chef-server,chefserverslice}.gem set is installed, do the following:
36-
37- > cd /Library/Ruby/Gems/1.8/gems/chef-server<xxx> # or wherever your gems land
38- > sudo rake slices:chefserverslice:install
39-
40- This installs the chefserverslice into the chef-server merb application
41-
4231External Servers:
4332
4433* stompserver (for easy stomp mq testing)
4534* CouchDB
4635
4736== INSTALL:
4837
49- Install all of the above. To fire up a develpment environment, do the following:
38+ Install all of the above. To fire up a development environment, do the following:
5039
5140 * Start CouchDB with 'couchdb'
5241 * Start stompserver with 'stompserver'
@@ -57,10 +46,13 @@ Install all of the above. To fire up a develpment environment, do the following
5746 * Start chef-server:
5847
5948 chef-server -N -c 2
49+ OR
50+ (in chef-server-slice)
51+ slice -N -c 2
6052
6153 * Test run chef to begin node registration:
6254
63- sudo ./bin/ chef-client
55+ chef-client
6456
6557 * Validate the node registration:
6658
0 commit comments