mirror of
https://github.com/ChristianLight/tutor.git
synced 2024-12-12 14:17:46 +00:00
Upgrade to open-release/lilac.2
This commit is contained in:
parent
4bf61d6d35
commit
41b65b80d5
@ -4,6 +4,7 @@ Note: Breaking changes between versions are indicated by "💥".
|
|||||||
|
|
||||||
## Unreleased
|
## Unreleased
|
||||||
|
|
||||||
|
- [Improvement] Upgrade all services to open-release/lilac.2.
|
||||||
- [Bugfix] Fix "`sh` is not a recognized command" in some plugins, including minio.
|
- [Bugfix] Fix "`sh` is not a recognized command" in some plugins, including minio.
|
||||||
|
|
||||||
## v12.0.2 (2021-07-06)
|
## v12.0.2 (2021-07-06)
|
||||||
|
@ -79,7 +79,7 @@ You may want to pull/push images from/to a custom docker registry. For instance,
|
|||||||
Open edX customisation
|
Open edX customisation
|
||||||
~~~~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
- ``OPENEDX_COMMON_VERSION`` (default: ``"open-release/lilac.1"``)
|
- ``OPENEDX_COMMON_VERSION`` (default: ``"open-release/lilac.2"``)
|
||||||
|
|
||||||
This defines the default version that will be pulled from all Open edX git repositories.
|
This defines the default version that will be pulled from all Open edX git repositories.
|
||||||
|
|
||||||
@ -220,7 +220,7 @@ openedx Docker Image build arguments
|
|||||||
When building the "openedx" Docker image, it is possible to specify a few `arguments <https://docs.docker.com/engine/reference/builder/#arg>`__:
|
When building the "openedx" Docker image, it is possible to specify a few `arguments <https://docs.docker.com/engine/reference/builder/#arg>`__:
|
||||||
|
|
||||||
- ``EDX_PLATFORM_REPOSITORY`` (default: ``"https://github.com/edx/edx-platform.git"``)
|
- ``EDX_PLATFORM_REPOSITORY`` (default: ``"https://github.com/edx/edx-platform.git"``)
|
||||||
- ``EDX_PLATFORM_VERSION`` (default: ``"open-release/lilac.1"``)
|
- ``EDX_PLATFORM_VERSION`` (default: ``"{{ OPENEDX_COMMON_VERSION }}"``)
|
||||||
- ``NPM_REGISTRY`` (default: ``"https://registry.npmjs.org/"``)
|
- ``NPM_REGISTRY`` (default: ``"https://registry.npmjs.org/"``)
|
||||||
|
|
||||||
These arguments can be specified from the command line, `very much like Docker <https://docs.docker.com/engine/reference/commandline/build/#set-build-time-variables---build-arg>`__. For instance::
|
These arguments can be specified from the command line, `very much like Docker <https://docs.docker.com/engine/reference/commandline/build/#set-build-time-variables---build-arg>`__. For instance::
|
||||||
|
@ -137,7 +137,7 @@ Prepare the edx-platform repo
|
|||||||
|
|
||||||
If you choose any but the first solution above, you will have to make sure that your fork works with Tutor.
|
If you choose any but the first solution above, you will have to make sure that your fork works with Tutor.
|
||||||
|
|
||||||
First of all, you should make sure that you are working off the ``open-release/lilac.1`` tag. See the :ref:`fork edx-platform section <edx_platform_fork>` for more information.
|
First of all, you should make sure that you are working off the ``open-release/lilac.2`` tag. See the :ref:`fork edx-platform section <edx_platform_fork>` for more information.
|
||||||
|
|
||||||
Then, you should run the following commands::
|
Then, you should run the following commands::
|
||||||
|
|
||||||
|
@ -60,7 +60,7 @@ OPENEDX_LMS_UWSGI_WORKERS: 2
|
|||||||
OPENEDX_MYSQL_DATABASE: "openedx"
|
OPENEDX_MYSQL_DATABASE: "openedx"
|
||||||
OPENEDX_CSMH_MYSQL_DATABASE: "{{ OPENEDX_MYSQL_DATABASE }}_csmh"
|
OPENEDX_CSMH_MYSQL_DATABASE: "{{ OPENEDX_MYSQL_DATABASE }}_csmh"
|
||||||
OPENEDX_MYSQL_USERNAME: "openedx"
|
OPENEDX_MYSQL_USERNAME: "openedx"
|
||||||
OPENEDX_COMMON_VERSION: "open-release/lilac.1"
|
OPENEDX_COMMON_VERSION: "open-release/lilac.2"
|
||||||
MYSQL_HOST: "mysql"
|
MYSQL_HOST: "mysql"
|
||||||
MYSQL_PORT: 3306
|
MYSQL_PORT: 3306
|
||||||
MYSQL_ROOT_USERNAME: "root"
|
MYSQL_ROOT_USERNAME: "root"
|
||||||
|
Loading…
Reference in New Issue
Block a user