mirror of
https://github.com/ChristianLight/tutor.git
synced 2024-12-04 19:03:39 +00:00
feat: upgrade to open-release/olive.4
This commit is contained in:
parent
de0093aa8d
commit
2233c3422a
1
changelog.d/20230522_181022_regis_olive_4.md
Normal file
1
changelog.d/20230522_181022_regis_olive_4.md
Normal file
@ -0,0 +1 @@
|
||||
- [Feature] Upgrade to open-release/olive.4. (by @regisb)
|
@ -130,7 +130,7 @@ Open edX customisation
|
||||
|
||||
This defines the git repository from which you install Open edX platform code. If you run an Open edX fork with custom patches, set this to your own git repository. You may also override this configuration parameter at build time, by providing a ``--build-arg`` option.
|
||||
|
||||
- ``OPENEDX_COMMON_VERSION`` (default: ``"open-release/olive.3"``)
|
||||
- ``OPENEDX_COMMON_VERSION`` (default: ``"open-release/olive.4"``)
|
||||
|
||||
This defines the default version that will be pulled from all Open edX git repositories.
|
||||
|
||||
|
@ -51,7 +51,7 @@ OPENEDX_CMS_UWSGI_WORKERS: 2
|
||||
OPENEDX_LMS_UWSGI_WORKERS: 2
|
||||
OPENEDX_MYSQL_DATABASE: "openedx"
|
||||
OPENEDX_MYSQL_USERNAME: "openedx"
|
||||
OPENEDX_COMMON_VERSION: "open-release/olive.3"
|
||||
OPENEDX_COMMON_VERSION: "open-release/olive.4"
|
||||
OPENEDX_EXTRA_PIP_REQUIREMENTS:
|
||||
- "openedx-scorm-xblock>=15.0.0,<16.0.0"
|
||||
MYSQL_HOST: "mysql"
|
||||
|
Loading…
Reference in New Issue
Block a user