mirror of
https://github.com/ChristianLight/tutor.git
synced 2024-11-05 04:48:00 +00:00
Fix CI image building
This commit is contained in:
parent
32ac977dda
commit
c07032f826
3
Makefile
3
Makefile
@ -116,8 +116,7 @@ ci-github: ./releases/github-release ## Upload assets to github
|
||||
--replace
|
||||
|
||||
ci-config-images:
|
||||
tutor plugin enable notes
|
||||
tutor plugin enable xqueue
|
||||
tutor config save
|
||||
|
||||
ci-build-images: ci-config-images ## Build docker images
|
||||
tutor images build all
|
||||
|
@ -67,7 +67,7 @@ Like many web applications, Open edX needs to persist data. In particular, it ne
|
||||
|
||||
Luckily, there is another solution: at `edx.org <edx.org>`_, uploaded files are persisted on AWS S3: Open edX is compatible out-of-the-box with the S3 API for storing user-generated files. The problem with S3 is that it introduces a dependency on AWS. To solve this problem, Tutor comes with a plugin that emulates the S3 API but stores files on premises. This is achieved thanks to `MinIO <https://www.minio.io/>`_. If you want to deploy a production platform to Kubernetes, you will most certainly need to enable the ``minio`` plugin::
|
||||
|
||||
tutor plugin enable minio
|
||||
tutor plugins enable minio
|
||||
|
||||
The "minio.LMS_HOST" domain name will have to point to your Kubernetes cluster. This will not be necessary if you have a CNAME from "\*.LMS_HOST" to "LMS_HOST", of course.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user