Commit 2ca63268 by Calen Pennington

Add commands for Studio LMS

parent 8d4ee3b0
...@@ -33,6 +33,8 @@ Both the LMS and Studio can be started using the following shortcut tasks ...@@ -33,6 +33,8 @@ Both the LMS and Studio can be started using the following shortcut tasks
rake lms # Start the LMS rake lms # Start the LMS
rake cms # Start studio rake cms # Start studio
rake lms[cms.dev] # Start LMS to run alongside Studio
rake lms[cms.dev_preview] # Start LMS to run alongside Studio in preview mode
Under the hood, this executes `django-admin.py runserver --pythonpath=$WORKING_DIRECTORY --settings=lms.envs.dev`, Under the hood, this executes `django-admin.py runserver --pythonpath=$WORKING_DIRECTORY --settings=lms.envs.dev`,
which starts a local development server. which starts a local development server.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment