summaryrefslogtreecommitdiff
path: root/README.txt
diff options
context:
space:
mode:
authorBryan McLellan <bryanm@widemile.com>2008-09-30 11:50:26 -0700
committerBryan McLellan <bryanm@widemile.com>2008-09-30 11:50:26 -0700
commitf6b54ef0a71811b6230e9349ee6aa0bd5e8e353b (patch)
tree3484562d3839cc5ac23c37ff396f3812ab275cbc /README.txt
parent958f7b8f97ca65adbb22ce342831baa0a2e8afff (diff)
downloadchef-f6b54ef0a71811b6230e9349ee6aa0bd5e8e353b.tar.gz
Add steps to complete node registration
Diffstat (limited to 'README.txt')
-rw-r--r--README.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/README.txt b/README.txt
index 72766efd75..817164ee45 100644
--- a/README.txt
+++ b/README.txt
@@ -52,6 +52,16 @@ Install all of the above. To fire up a develpment environment, do the following
./bin/chef-server -p 4001
+ * Test run chef to begin node registration:
+
+ sudo ./bin/chef-client -l debug -c ./examples/config/chef-solo.rb
+
+ * Validate the node registration:
+
+ Visit http://localhost:4000
+ Login, enter an openid URL (see http://openid.net/get/)
+ Registrations, click Validate
+
* Test run chef with:
sudo ./bin/chef-client -l debug -c ./examples/config/chef-solo.rb