7
0
mirror of https://github.com/ChristianLight/tutor.git synced 2024-06-07 00:20:49 +00:00
tutor/docs
Régis Behmo 728ef966dc v11.0.0 (2020-12-09)
- 💥[Improvement] Upgrade Open edX to Koa
- 💥 Setting changes:
    - The ``ACTIVATE_HTTPS`` setting was renamed to ``ENABLE_HTTPS``.
    - Other ``ACTIVATE_*`` variables were all renamed to ``RUN_*``.
    - The ``WEB_PROXY`` setting was removed and ``RUN_CADDY`` was added.
    - The ``NGINX_HTTPS_PORT`` setting is deprecated.
- Architectural changes:
    - Use Caddy as a web proxy for automated SSL/TLS certificate generation:
	- Nginx no longer listens to port 443 for https traffic
	- The Caddy configuration file comes with a new ``caddyfile`` patch for much simpler SSL/TLS management.
	- Configuration files for web proxies are no longer provided.
	- Kubernetes deployment no longer requires setting up a custom Ingress resource or custom manager.
    - Gunicorn and Whitenoise are replaced by uwsgi: this increases boostrap performance and makes it no longer necessary to mount media folders in the Nginx container.
    - Replace memcached and rabbitmq by redis.
- Additional features:
    - Make it possible to disable all plugins at once with ``plugins disable all``.
    - Add ``tutor k8s wait`` command to wait for a pod to become ready
    - Faster, more reliable static assets with local memory caching
- Deprecation: proxy files for Apache and Nginx are no longer provided out of the box.
- Removed plugin `{{ patch (...) }}` statements:
    - "https-create", "k8s-ingress-rules", "k8s-ingress-tls-hosts": these are no longer necessary. Instead, declare your app in the "caddyfile" patch.
    - "local-docker-compose-nginx-volumes": this patch was primarily used to serve media assets. The recommended is now to serve assets with uwsgi.
2020-12-10 01:05:02 +01:00
..
img Add favicon to docs 2019-10-25 10:53:59 +02:00
plugins Fix SAML plugin example in docs 2020-10-06 09:56:51 +02:00
_release_description.md Clarify the RAM requirements, especially for Mac OS. 2020-03-16 18:12:57 +01:00
.gitignore Migrate openedx-docker project to Tutor 👩‍🏫 2018-12-26 19:27:08 +01:00
cli_download.rst Fix tutor binary permission error on MacOSX 2019-07-24 12:53:15 +02:00
conf.py Remove useless docs configuration 2020-02-25 17:03:11 +01:00
configuration.rst v11.0.0 (2020-12-09) 2020-12-10 01:05:02 +01:00
dev.rst v11.0.0 (2020-12-09) 2020-12-10 01:05:02 +01:00
extra.rst Fix android app custom build instructions 2020-05-18 20:30:36 +02:00
faq.rst Various docs improvements 2020-03-16 22:27:04 +01:00
gettingstarted.rst Better docs organization 2020-03-16 12:07:58 +01:00
index.rst Better docs organization 2020-03-16 12:07:58 +01:00
install.rst v11.0.0 (2020-12-09) 2020-12-10 01:05:02 +01:00
intro.rst Update demo website deploy schedule 2020-12-09 18:44:28 +01:00
k8s.rst v11.0.0 (2020-12-09) 2020-12-10 01:05:02 +01:00
local.rst v11.0.0 (2020-12-09) 2020-12-10 01:05:02 +01:00
Makefile Better installation docs 2020-03-16 22:14:36 +01:00
plugins.rst Better documentation of simple yaml plugins 2020-05-18 11:31:29 +02:00
podman.rst Add big fat warning about podman-compose 2020-09-21 10:35:36 +02:00
quickstart.rst v11.0.0 (2020-12-09) 2020-12-10 01:05:02 +01:00
run.rst Better docs organization 2020-03-16 12:07:58 +01:00
testimonials.rst v10.0.0 Upgrade to Juniper (2020-06-15) 2020-06-15 10:19:07 +02:00
troubleshooting.rst v11.0.0 (2020-12-09) 2020-12-10 01:05:02 +01:00
tutor.rst Clarify contributing/troubleshooting instructions 2020-11-30 15:32:43 +01:00
whatnext.rst Improve "what's next instructions" 2020-04-06 09:56:04 +02:00