From 8e052f703f23a89c1eb74ab5b02a486115166362 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9gis=20Behmo?= Date: Thu, 10 Mar 2022 15:39:10 +0100 Subject: [PATCH] docs: clarify image building on arm64 Close #590. --- docs/tutorials/arm64.rst | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/docs/tutorials/arm64.rst b/docs/tutorials/arm64.rst index c8500df..b50431b 100644 --- a/docs/tutorials/arm64.rst +++ b/docs/tutorials/arm64.rst @@ -22,9 +22,9 @@ Next, configure Tutor:: 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:: @@ -45,18 +45,16 @@ Configure Tutor to use MariaDB:: Finish setup and start Tutor ---------------------------- -From this point on, use Tutor as normal. - -For example, to apply migrations and start Open edX:: +From this point on, use Tutor as normal. For example, start Open edX and run migrations with:: + tutor local start -d tutor local init - tutor local start Or for a development environment:: - tutor local init tutor local stop - tutor dev start + tutor dev start -d + tutor dev init Using with tutor-mfe --------------------