mirror of
https://github.com/cytopia/devilbox.git
synced 2024-12-20 05:17:53 +00:00
924 B
924 B
Checkout different Devilbox release
You now have the devilbox downloaded at the latest version (git master branch
). This is also recommended as it receives bugfixes frequently. If you however want to stay on a stable release, you need to check out a specific git tag
.
Lets say you want your devilbox setup to be at release 0.12.1
, all you have to do is to check out this specific git tag.
host> cd path/to/devilbox
host> git checkout 0.12.1
Warning
Whenever you check out a different version, make sure that your .env
file is up-to-date with the bundled env-example
file. Different Devilbox releases might require different settings to be available inside the .env
file. Refer to the next section for how to create the .env
file.