7
0
mirror of https://github.com/ChristianLight/tutor.git synced 2024-06-01 13:50:47 +00:00

Fix asset collection docs in dev mode

`paver update_assets` generates errors.

See
https://discuss.overhang.io/t/local-edx-platform-paver-and-juniper/773/2
This commit is contained in:
Régis Behmo 2020-07-21 11:27:50 +02:00
parent 5f81aae616
commit 00573d69d6

View File

@ -100,7 +100,7 @@ In order to run a fork of edx-platform, dependencies need to be properly install
tutor dev run -v /path/to/edx-platform:/openedx/edx-platform lms bash
pip install --requirement requirements/edx/development.txt
python setup.py install
paver update_assets --settings=tutor.development
openedx-assets build --env=dev
Debug edx-platform
~~~~~~~~~~~~~~~~~~