mirror of
https://github.com/ChristianLight/tutor.git
synced 2025-01-07 16:04:02 +00:00
parent
c63c952392
commit
8e052f703f
@ -22,9 +22,9 @@ Next, configure Tutor::
|
|||||||
|
|
||||||
Go through the configuration process, answering each question.
|
Go through the configuration process, answering each question.
|
||||||
|
|
||||||
Then, build the Open edX image::
|
Then, build the "openedx" and "permissions" images::
|
||||||
|
|
||||||
tutor images build openedx
|
tutor images build openedx permissions
|
||||||
|
|
||||||
If you want to use Tutor as an Open edX development environment, you should also build the development images::
|
If you want to use Tutor as an Open edX development environment, you should also build the development images::
|
||||||
|
|
||||||
@ -45,18 +45,16 @@ Configure Tutor to use MariaDB::
|
|||||||
Finish setup and start Tutor
|
Finish setup and start Tutor
|
||||||
----------------------------
|
----------------------------
|
||||||
|
|
||||||
From this point on, use Tutor as normal.
|
From this point on, use Tutor as normal. For example, start Open edX and run migrations with::
|
||||||
|
|
||||||
For example, to apply migrations and start Open edX::
|
|
||||||
|
|
||||||
|
tutor local start -d
|
||||||
tutor local init
|
tutor local init
|
||||||
tutor local start
|
|
||||||
|
|
||||||
Or for a development environment::
|
Or for a development environment::
|
||||||
|
|
||||||
tutor local init
|
|
||||||
tutor local stop
|
tutor local stop
|
||||||
tutor dev start
|
tutor dev start -d
|
||||||
|
tutor dev init
|
||||||
|
|
||||||
Using with tutor-mfe
|
Using with tutor-mfe
|
||||||
--------------------
|
--------------------
|
||||||
|
Loading…
Reference in New Issue
Block a user