6
0
mirror of https://github.com/ChristianLight/tutor.git synced 2024-11-13 08:46:34 +00:00
tutor/docs/tutorials
Kyle McCormick 5a81b6a6cb feat: deprecate runserver in favor of start
`tutor dev runserver` will be removed in a future release.
Developers are encouraged to use `tutor dev start` instead,
which is more flexible and provides a consistent interface
with `tutor local start`.

As part of this deprecation, we enable the `tty` and
`stdin_open` options on development docker-compose
services. This will allow developers to use `start`
for breakpoint debugging, which was previously only
availble via `runserver`. Several parallel PRs have
been merged in order to make the same change in the
development services of the official plugins.

Although `start` does not support the `--volume` option,
it supports a more-powerful `--mount` option. So, where
developers previously used:

    tutor dev runserver --volume ...

to bind-mount host directories, they should now use:

    tutor dev start --mount ...

Resolves https://github.com/overhangio/2u-tutor-adoption/issues/61
2022-04-21 15:00:54 +02:00
..
arm64.rst minor typos fixed 2022-03-29 08:44:33 +02:00
datamigration.rst minor typos fixed 2022-03-29 08:44:33 +02:00
edx-platform-settings.rst depr: drop the possibility of overriding edx-platform settings 2022-04-15 15:37:56 +02:00
google-smtp.rst minor typos fixed 2022-03-29 08:44:33 +02:00
index.rst feat: migrate to plugins.v1 with filters & actions 2022-04-15 15:30:54 +02:00
multiplatforms.rst minor typos fixed 2022-03-29 08:44:33 +02:00
nightly.rst feat: deprecate runserver in favor of start 2022-04-21 15:00:54 +02:00
oldreleases.rst docs: reorganize local guides in tutorials 2021-10-14 12:59:57 +02:00
plugin.rst feat: deprecate runserver in favor of start 2022-04-21 15:00:54 +02:00
podman.rst minor typos fixed 2022-03-29 08:44:33 +02:00
portainer.rst feat: upgrade to Maple 2021-12-20 21:21:36 +01:00
proxy.rst minor typos fixed 2022-03-29 08:44:33 +02:00
scale.rst minor typos fixed 2022-03-29 08:44:33 +02:00
theming.rst feat: deprecate runserver in favor of start 2022-04-21 15:00:54 +02:00