6
0
mirror of https://github.com/ChristianLight/tutor.git synced 2024-11-08 22:31:03 +00:00

Documentation fix: dev containers are for hawthorn

Close #71.
This commit is contained in:
Régis Behmo 2018-09-28 19:05:12 +02:00
parent fb36eb2d4e
commit e5ce0c9a4c

View File

@ -186,7 +186,7 @@ Open a python shell in the lms or the cms:
In addition to running Open edX in production, you can use the docker containers for local development. This means you can hack on Open edX without setting up a Virtual Machine. Essentially, this replaces the devstack provided by edX.
(Note: containers are built on the Ginkgo release. If you are working on a different version of Open edX, you will have to rebuild the images with a different `EDX_PLATFORM_VERSION` argument. You may also want to change the `EDX_PLATFORM_REPOSITORY` argument to point to your own fork of edx-platform.)
(Note: containers are built on the Hawthorn release. If you are working on a different version of Open edX, you will have to rebuild the images with a different `EDX_PLATFORM_VERSION` argument. You may also want to change the `EDX_PLATFORM_REPOSITORY` argument to point to your own fork of edx-platform.)
### Standard devstack