Update pavelib.rst and run_devstack.rst for changes to default settings
This commit is contained in:
committed by
Christine Lytwynec
parent
4270d8f01b
commit
df5802224f
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user