diff options
Diffstat (limited to 'README.rdoc')
-rw-r--r-- | README.rdoc | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/README.rdoc b/README.rdoc index d3c26977db..a7a4ea8dea 100644 --- a/README.rdoc +++ b/README.rdoc @@ -19,7 +19,7 @@ chef: * stomp * ohai -chef-server, same requires as chef above, plus: +chef-server and the chefserverslice (merb slice), same requires as chef above, plus: * stompserver * ferret @@ -30,6 +30,15 @@ chef-server, same requires as chef above, plus: * 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) |