Overhaul the environment system in bin/ to make the defaults easier to understand. Update the installation instructions.

Fixes #2170, #2372, #2329, #2368
This commit is contained in:
Jyri-Petteri Paloposki 2020-07-19 17:20:35 +03:00
parent 3f22c8a036
commit 4d65a8f761
7 changed files with 37 additions and 25 deletions

View file

@ -1,4 +1,13 @@
# Upgrading Tracks
## Upgrading from Tracks 2.4.2 to 2.5
* If you're using the Docker Compose environment and want to run the commands in
the bin/ directory inside the container from the host system, add a .use-docker
file to the root directory. This replaces the old .skip-docker file requirement
to favor the more common setup and avoid placing unexpected requirements.
* The Docker environment has been changed quite a bit. However, it should work
at least as before for the usual needs.
## Upgrading from Tracks 2.3 to 2.4.2