summaryrefslogtreecommitdiff
path: root/README.txt
diff options
context:
space:
mode:
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