summaryrefslogtreecommitdiff
path: root/README.txt
diff options
context:
space:
mode:
authorAdam Jacob <adam@hjksolutions.com>2008-07-28 18:30:42 -0700
committerAdam Jacob <adam@hjksolutions.com>2008-07-28 18:30:42 -0700
commit643b1a00f7405866cf0b30a3f26ff6d03bee932a (patch)
tree3d5ce597d6551f11303b4f4f57ba3c2303e74f7f /README.txt
parentab3ab4df279863238c61023e14791f42fb525216 (diff)
downloadchef-643b1a00f7405866cf0b30a3f26ff6d03bee932a.tar.gz
Updating chef readme
Diffstat (limited to 'README.txt')
-rw-r--r--README.txt25
1 files changed, 24 insertions, 1 deletions
diff --git a/README.txt b/README.txt
index d3a410ec93..3bc64b9691 100644
--- a/README.txt
+++ b/README.txt
@@ -26,9 +26,32 @@ RubyGems:
* ruby-openid
* json
+External Servers:
+
+* stompserver (for easy stomp mq testing)
+* CouchDB
+
== INSTALL:
-* FIX (sudo gem install, anything else)
+Install all of the above. To fire up a develpment environment, do the following:
+
+ * Start CouchDB with 'couchdb'
+ * Start stompserver with 'stompserver'
+ * Start chef-indexer with:
+
+ ./bin/chef-indexer -l debug -c ./config/chef-server.rb
+
+ * Start chef-server on port 4000 with:
+
+ ./bin/chef-server
+
+ * Start chef-server on port 4001 with:
+
+ ./bin/chef-server -p 4001
+
+ * Test run chef with:
+
+ sudo ./bin/chef-client -l debug -c ./examples/config/chef-solo.rb
== LICENSE: