6
0
mirror of https://github.com/ChristianLight/tutor.git synced 2024-09-29 04:39:01 +00:00

Improve soft link note in dev docs

This commit is contained in:
Régis Behmo 2019-11-14 11:36:03 +01:00
parent c7fba15e00
commit 9b6afa20c2

View File

@ -94,7 +94,7 @@ With Tutor, it's pretty easy to develop your own themes. Start by placing your f
cp -r /path/to/edx-platform/themes/edx.org "$(tutor config printroot)/env/build/openedx/themes/"
**Note:** Soft link doen't work here, may cause a theme not found error
**Note:** You should not create a soft link here. If you do, it will trigger a ``Theme not found in any of the themes dirs`` error. This is because soft links are not properly resolved from inside docker containers.
Then, run a local webserver::