From fa87cccb9ba7cf99fda9a9785a52b18d866efc95 Mon Sep 17 00:00:00 2001 From: David Baumgold Date: Fri, 3 May 2013 11:16:05 -0400 Subject: [PATCH] Document old-style `rake lms` command --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 2c4d76f8fd..9f5d7ba1c1 100644 --- a/README.md +++ b/README.md @@ -124,6 +124,13 @@ And `rake` will start up your Django project on the localhost, port 8001. To view your running project, type `127.0.0.1:8001` into your web browser, and you should see edX in all its glory! +If you need to run old XML-only LMS (which doesn't use the database), run this +instead: + + $ rake lms + +And `rake` will start up the old project on localhost port 8000. + Further Documentation =====================