Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-platform
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
edx-platform
Commits
df580222
Commit
df580222
authored
Sep 02, 2014
by
clytwynec
Committed by
Christine Lytwynec
Sep 02, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update pavelib.rst and run_devstack.rst for changes to default settings
parent
4270d8f0
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
22 deletions
+10
-22
docs/en_us/developers/source/pavelib.rst
+6
-18
docs/en_us/install_operations/source/devstack/run_devstack.rst
+4
-4
No files found.
docs/en_us/developers/source/pavelib.rst
View file @
df580222
...
...
@@ -69,7 +69,7 @@ Assets will compile Sass (CSS), CoffeeScript (Javascript) and XModule assets. Op
*system* lms or studio
*--settings=* Django settings e.g. aws, dev
*--settings=* Django settings e.g. aws, dev
, devstack (the default)
*--debug* Disable Sass compression
...
...
@@ -88,7 +88,7 @@ Run Servers
**lms**: runs LMS server
*--settings=* Django settings e.g. aws, dev
*--settings=* Django settings e.g. aws, dev
, devstack (the default)
*--fast* Skip updating assets
...
...
@@ -101,7 +101,7 @@ Run Servers
**studio**: runs Studio
*--settings=* Django settings e.g. aws, dev
*--settings=* Django settings e.g. aws, dev
, devstack (the default)
*--fast* Skip updating assets
...
...
@@ -111,22 +111,10 @@ Run Servers
..
**devstack**: runs LMS or Studio (for use within a Vagrant devstack VM)
*system* LMS or Studio
*--fast* Skip updating assets
::
paver devstack lms
..
**run_all_servers**: runs lms, cms and celery workers
*--settings=* Django settings e.g. aws, dev
*--settings=* Django settings e.g. aws, dev
, devstack (the default)
*--worker_settings=* Django settings for celery workers
...
...
@@ -142,7 +130,7 @@ Run Servers
*--settings=* Environment settings e.g. aws, dev both for LMS and Studio
*--settings_lms=* Override django settings for LMS e.g.
c
ms.dev
*--settings_lms=* Override django settings for LMS e.g.
l
ms.dev
*--settings_cms=* Override django settings for Studio
...
...
@@ -155,7 +143,7 @@ Run Servers
**update_db**: runs syncdb and then migrate
*--settings=* Django settings e.g. aws, dev
*--settings=* Django settings e.g. aws, dev
, devstack (the default)
::
...
...
docs/en_us/install_operations/source/devstack/run_devstack.rst
View file @
df580222
...
...
@@ -88,13 +88,13 @@ To run the LMS on Devstack:
.. code-block:: bash
paver
devstack
lms
paver lms
Or, to start the LMS without updating requirements and compiling assets, use the ``fast`` option:
.. code-block:: bash
paver
devstack --fast lms
paver
lms --fast
The LMS starts.
...
...
@@ -120,14 +120,14 @@ To run Studio on Devstack:
.. code-block:: bash
paver
devstack
studio
paver studio
Or, to start Studio without updating requirements and compiling assets, use
the ``fast`` option:
.. code-block:: bash
paver
devstack --fast studio
paver
studio --fast
Studio starts.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment