mirror of
https://github.com/ChristianLight/tutor.git
synced 2024-11-14 01:04:09 +00:00
3b108d21de
This adds the basic feratures that we need for a working plugin system, but there are still many TODOs in the codebase.
11 lines
495 B
ReStructuredText
11 lines
495 B
ReStructuredText
TODO
|
|
|
|
- This is mainly for production. Does not work with `tutor dev` commands.
|
|
- For local testing, you need to set MINIO_HOST to minio.localhost:
|
|
|
|
tutor config save -y --set MINIO_HOST=minio.localhost
|
|
|
|
- You need `minio.LMS_HOST` domain name. For local development, the MinIO admin dashboard is at minio.localhost. For authentication, use MINIO_ACCESS_KEY and MINIO_SECRET_KEY:
|
|
|
|
tutor config printvalue OPENEDX_AWS_ACCESS_KEY
|
|
tutor config printvalue OPENEDX_AWS_SECRET_ACCESS_KEY |