summaryrefslogtreecommitdiff
path: root/README.rdoc
diff options
context:
space:
mode:
authorjtimberman <joshua@opscode.com>2009-06-19 19:08:20 -0600
committerAJ Christensen <aj@opscode.com>2009-06-20 13:19:16 +1200
commitf3aa1b7baf737de582a255db0d15fbb0dfa10071 (patch)
treee7cf1c5c38cc2aedb8bb9f2c742ba7688b90a1dd /README.rdoc
parent8aff4858a29f26d604db5baf3e22f68a93d7f6e7 (diff)
downloadchef-f3aa1b7baf737de582a255db0d15fbb0dfa10071.tar.gz
number list to bullet list, add contributing link
Diffstat (limited to 'README.rdoc')
-rw-r--r--README.rdoc18
1 files changed, 11 insertions, 7 deletions
diff --git a/README.rdoc b/README.rdoc
index 8fcfe310b4..2c2eaa706b 100644
--- a/README.rdoc
+++ b/README.rdoc
@@ -14,7 +14,11 @@ This README focuses on developers who want to modify Chef source code. For users
= DEVELOPMENT:
-Before working on the code, if you plan to contribute your changes, you'll need to set up the repository with the appropriate branches. We document the process on the Chef Wiki.
+Before working on the code, if you plan to contribute your changes, you need to read the Opscode Contributing document.
+
+* http://wiki.opscode.com/display/opscode/Contributing
+
+You will also need to set up the repository with the appropriate branches. We document the process on the Chef Wiki.
* http://wiki.opscode.com/display/opscode/Working+with+Git
@@ -55,13 +59,13 @@ Once everything is installed, run the dev:features rake task. Since the features
sudo rake dev:features
-This task:
+The dev:features task:
-# Installs chef, chef-server, chef-server-slice gems. It will fail if required gems above are missing.
-# Starts chef-server on ports 4000 and 4001.
-# Starts chef-indexer.
-# Starts CouchDB on port 5984.
-# Starts the stompserver on port 61613.
+* Installs chef, chef-server, chef-server-slice gems. It will fail if required gems above are missing.
+* Starts chef-server on ports 4000 and 4001.
+* Starts chef-indexer.
+* Starts CouchDB on port 5984.
+* Starts the stompserver on port 61613.
You'll know its running when you see: