Commit d26279ad by Brian Beggs Committed by Brian Beggs

Add docs about database being dropped during provisioning

parent f4ef0864
......@@ -58,6 +58,9 @@ a minimum of 2 CPUs and 4GB of memory works well.
services with superusers (for development without the auth service) and
tenants (for multi-tenancy).
**Note** When running the provision command databases for all systems will be
dropped and recreated.
The username and password for the superusers are both "edx". You can access
the services directly via Django admin at the ``/admin/`` path, or login via
single sign-on at ``/login/``.
......@@ -74,6 +77,7 @@ a minimum of 2 CPUs and 4GB of memory works well.
make dev.provision
3. Start the services. This command will mount the repositories under the
DEVSTACK\_WORKSPACE directory.
......
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