6
0
mirror of https://github.com/ChristianLight/tutor.git synced 2024-12-12 06:07:56 +00:00

Minor doc improvement in theme installation

This commit is contained in:
Régis Behmo 2020-01-16 10:44:43 +01:00
parent 3ca0c6cf46
commit 8dcb2d50a9

View File

@ -115,7 +115,8 @@ 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:** 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.
.. warning::
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::