tutor
tutor copied to clipboard
The Docker-based Open edX distribution designed for peace of mind
- [Feature] Upgrade all applications to open-release/nutmeg.2.
Running config save --interactive doesn't create a config.yml file in the current directory. It instead creates it in the project root.
**Bug description** ``` configMapGenerator: - name: caddy-config files: - apps/caddy/Caddyfile options: labels: app.kubernetes.io/name: caddy - name: openedx-settings-lms files: - apps/openedx/settings/lms/__init__.py - apps/openedx/settings/lms/development.py - apps/openedx/settings/lms/production.py - apps/openedx/settings/lms/test.py options: labels: app.kubernetes.io/name: openedx...
This PR removes the implementation of `tutor dev runserver`. It is being removed in favor of using `tutor dev start`. This PR should be merged last after each of the...
According to tutor/templates/apps/openedx/settings/partials/common_all.py **ORA2_FILEUPLOAD_BACKEND = “filesystem” ORA2_FILEUPLOAD_ROOT = “/openedx/data/ora2" ORA2_FILEUPLOAD_CACHE_NAME = “ora2-storage”** Unfortunately when using Tutor (v14.0.3), the directory **data/lms/ora2/'SET-ME-PLEASE (ex. bucket-name)'** is created and used instead. This is the...
@fghaas made a comment [here](https://github.com/overhangio/tutor/pull/677#issuecomment-1148520942): > It looks like your policy is, by and large, "don't add new configuration settings to Tutor, use a plugin instead." That's all fair and...
Today, the storage size for Persistent Volume Claims for services like MongoDB and MySQL are hard-coded in Tutor. Make those configurable by setting template variables in `defaults.yaml`. This gives Tutor...
**Bug description** On Redhat variants containers are taking an unreasonably large amount of memory running `tutor local start` The issue is especially acute with the mysql container, but is also...
It seems to me that we could simply `docker-compose run service sh -e -c "command"`. Why do we have to rely on a convoluted job architecture? - Jobs don't add...
**Bug description** After account registration, the "Account activation" email includes incorrect links to example.com. See orange boxes here:  **How to reproduce** 1. Launch a production platform 2. Create...