From 03470fc48e09eef7b2ba7ba72013fd6799114705 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Thu, 2 May 2013 09:43:18 -0400 Subject: [PATCH] Add a mention of create-dev-env.sh --- doc/development.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/doc/development.md b/doc/development.md index 95cc32329c..a6a1de4ef7 100644 --- a/doc/development.md +++ b/doc/development.md @@ -31,6 +31,14 @@ Check out the course data directories that you want to work with into the rake resetdb +## Installing + +To create your development environment, run the shell script in the root of +the repo: + + create-dev-env.sh + + ## Starting development servers Both the LMS and Studio can be started using the following shortcut tasks