Improve instructions for setting up a dev environment

This commit is contained in:
Régis Behmo 2020-04-28 19:05:46 +02:00
parent 2e3cdfbb47
commit 1b9baba23f

View File

@ -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
-------