From 1b9baba23f33aa3122613b87b1592e89095fb5c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9gis=20Behmo?= Date: Tue, 28 Apr 2020 19:05:46 +0200 Subject: [PATCH] Improve instructions for setting up a dev environment --- README.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.rst b/README.rst index efc2424..40b8172 100644 --- a/README.rst +++ b/README.rst @@ -85,6 +85,11 @@ Alternatively, you may bind-mount a local course-discovery repository by adding volumes: - /path/to/course-discovery/:/openedx/course-discovery +Once a local repository is mounted in the image, you will have to install nodejs dependencies and collect static assets:: + + tutor dev run discovery npm install --development + tutor dev run discovery make static.dev + License -------