mirror of
https://github.com/ChristianLight/tutor.git
synced 2024-11-16 10:05:18 +00:00
Clarify init command in docs
"init" command should be run after "start".
This commit is contained in:
parent
cb0e2c509d
commit
7361c60845
@ -43,17 +43,6 @@ Update docker images
|
||||
|
||||
This downloads the latest version of the docker images from `Docker Hub <https://hub.docker.com/r/overhangio/openedx/>`_. Depending on your bandwidth, this might take a long time. Minor image updates will be incremental, and thus much faster.
|
||||
|
||||
Service initialisation
|
||||
~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
::
|
||||
|
||||
tutor local init
|
||||
|
||||
This command should be run just once. It will initialise all applications: in particular, this will create the required databases tables and apply database migrations for all applications.
|
||||
|
||||
If initialisation is stopped with a ``Killed`` message, this certainly means the docker containers don't have enough RAM. See the :ref:`troubleshooting` section.
|
||||
|
||||
Running Open edX
|
||||
~~~~~~~~~~~~~~~~
|
||||
|
||||
@ -73,6 +62,17 @@ And then, to stop all services::
|
||||
|
||||
tutor local stop
|
||||
|
||||
Service initialisation
|
||||
~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
::
|
||||
|
||||
tutor local init
|
||||
|
||||
This command should be run just once. It will initialise all applications in a running platform. In particular, this will create the required databases tables and apply database migrations for all applications.
|
||||
|
||||
If initialisation is stopped with a ``Killed`` message, this certainly means the docker containers don't have enough RAM. See the :ref:`troubleshooting` section.
|
||||
|
||||
Logging
|
||||
~~~~~~~
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user