mirror of
https://github.com/ChristianLight/tutor.git
synced 2024-12-12 06:07:56 +00:00
feat: upgrade to palm.4
This commit is contained in:
parent
674e63a392
commit
a0c66ca650
1
changelog.d/20231116_185835_regis_palm_4.md
Normal file
1
changelog.d/20231116_185835_regis_palm_4.md
Normal file
@ -0,0 +1 @@
|
||||
- [Feature] Upgrade to open-release/palm.4. It is strongly recommended to upgrade to this release for as long as possible before upgrading to Quince. Otherwise, many users will be logged out after the Quince upgrade and will have to log in again -- see the Quince release notes. (by @regisb)
|
@ -136,7 +136,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/palm.3"``)
|
||||
- ``OPENEDX_COMMON_VERSION`` (default: ``"open-release/palm.4"``)
|
||||
|
||||
This defines the default version that will be pulled from all Open edX git repositories.
|
||||
|
||||
|
@ -52,7 +52,7 @@ OPENEDX_CMS_UWSGI_WORKERS: 2
|
||||
OPENEDX_LMS_UWSGI_WORKERS: 2
|
||||
OPENEDX_MYSQL_DATABASE: "openedx"
|
||||
OPENEDX_MYSQL_USERNAME: "openedx"
|
||||
OPENEDX_COMMON_VERSION: "open-release/palm.3"
|
||||
OPENEDX_COMMON_VERSION: "open-release/palm.4"
|
||||
OPENEDX_EXTRA_PIP_REQUIREMENTS:
|
||||
- "openedx-scorm-xblock>=16.0.0,<17.0.0"
|
||||
MYSQL_HOST: "mysql"
|
||||
|
Loading…
Reference in New Issue
Block a user