6
0
mirror of https://github.com/ChristianLight/tutor.git synced 2024-09-22 01:19:01 +00:00
tutor/docs
Florian Haas eaa578eabd feat: Make the platform repository and NPM registry configurable from config.yml
Previously, the only way for Tutor users to use a fork of edx-platform
or a custom NPM registry was to use build args during the image build.

This is suboptimal in the case of automatically building images from
CI pipelines, which may want to auto-detect when an image needs to be
rebuilt based on config.yml changes.

In addition, the EDX_PLATFORM_VERSION build argument can already be
set via a corresponding config.yml parameter (OPENEDX_COMMON_VERSION),
so it's reasonable to follow that precedent and also introduce
config.yml parameters to correspond with the EDX_PLATFORM_REPOSITORY
and NPM_REGISTRY build arguments.

Thus, introduce two new configuration parameters:

- EDX_PLATFORM_REPOSITORY
- NPM_REGISTRY

These parameters can now optionally be used instead of the
aforementioned build args.
2022-04-12 15:46:50 +02:00
..
download feat: upgrade to Maple 2021-12-20 21:21:36 +01:00
img docs: reorganize local guides in tutorials 2021-10-14 12:59:57 +02:00
plugins minor typos fixed 2022-03-29 08:44:33 +02:00
reference/cli Swap incorrect documentation filenames 2021-10-28 15:57:06 +02:00
tutorials minor typos fixed 2022-03-29 08:44:33 +02:00
_release_description.md docs: encourage users to install from pip, and not from the binary 2022-01-08 19:07:26 +01:00
.gitignore Migrate openedx-docker project to Tutor 👩‍🏫 2018-12-26 19:27:08 +01:00
conf.py refactor: add code coverage, cover CLI commands with tests 2022-01-04 13:40:33 +01:00
configuration.rst feat: Make the platform repository and NPM registry configurable from config.yml 2022-04-12 15:46:50 +02:00
dev.rst minor typos fixed 2022-03-29 08:44:33 +02:00
faq.rst minor typos fixed 2022-03-29 08:44:33 +02:00
gettingstarted.rst feat: upgrade to Maple 2021-12-20 21:21:36 +01:00
index.rst docs: add link to changelog in project links 2022-01-08 19:07:26 +01:00
install.rst minor typos fixed 2022-03-29 08:44:33 +02:00
intro.rst minor typos fixed 2022-03-29 08:44:33 +02:00
k8s.rst minor typos fixed 2022-03-29 08:44:33 +02:00
local.rst minor typos fixed 2022-03-29 08:44:33 +02:00
Makefile docs: keep running "make watch" on failure 2021-11-25 12:25:23 +01:00
plugins.rst minor typos fixed 2022-03-29 08:44:33 +02:00
quickstart.rst minor typos fixed 2022-03-29 08:44:33 +02:00
reference.rst docs: change "Reference" heading to "CLI Reference" 2022-03-10 19:26:18 +01:00
run.rst docs: build docs in CI (and be nitpicky about it) 2021-10-14 12:59:57 +02:00
testimonials.rst v10.0.0 Upgrade to Juniper (2020-06-15) 2020-06-15 10:19:07 +02:00
troubleshooting.rst minor typos fixed 2022-03-29 08:44:33 +02:00
tutor.rst minor typos fixed 2022-03-29 08:44:33 +02:00
tutorials.rst docs: Document how to run Tutor on ARM-based systems 2022-01-03 06:56:58 +01:00
whatnext.rst minor typos fixed 2022-03-29 08:44:33 +02:00