From ebee348f0407e742fa477fa90184bfe220a94a8e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Serkan=20=C3=96zdemir?= Date: Mon, 28 Aug 2023 12:48:23 +0300 Subject: [PATCH] docs: remind to run `local launch` after installation --- README.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.rst b/README.rst index 8e781ca..402b45c 100644 --- a/README.rst +++ b/README.rst @@ -17,6 +17,10 @@ Then, to enable this plugin, run:: tutor plugins enable notes +Then, to make migrations & tasks:: + + tutor local launch + You should beware that the ``notes.`` domain name should exist and point to your server. For instance, if your LMS is hosted at http://myopenedx.com, the notes service should be found at http://notes.myopenedx.com. If you would like to host the notes service at a different domain name, you can set the ``NOTES_HOST`` configuration variable (see below). When testing Tutor on a local computer, this will be automatically set to notes.local.overhang.io.