farmOS-legacy / farmOS.org

This is the code that runs the official v1.farmOS.org website.
http://v1.farmos.org
47 stars 72 forks source link

Document Docker tagged release vs dev branch #20

Closed mstenta closed 3 years ago

mstenta commented 7 years ago

When the next version of farmOS is released, we will start creating "latest" tags in Docker Hub that build the latest stable tagged release of farmOS. Currently, the Docker image builds the 7.x-1.x dev branch.

We need to document on farmOS.org how to move from the dev branch to the tagged release.

We may also want to consider moving/splitting the Docker documentation so that it includes details for both development setups (7.x-1.x dev branch) and well as stable local hosting (tagged releases). It might make sense for the Docker page to exist under http://farmos.org/hosting instead of http://farmos.org/development

mstenta commented 7 years ago

These instructions should work for moving from a dev version to a tagged version, and also for upgrading from one tagged version to the next:

Replace the following:

mstenta commented 7 years ago

Cross-referencing this issue where I am considering changing the volume mount point of the farmOS Docker image (and thereby changing how tagged release builds and development builds are created): https://github.com/farmOS/farmOS/issues/36

mstenta commented 6 years ago

This should also be part of the same effort: https://github.com/farmOS/farmOS/issues/45

symbioquine commented 3 years ago

Perhaps this issue can be closed now - seems like the dev/release tags part already documented; https://github.com/farmOS/farmOS.org/blame/063ffc82ad075e3c36fd5df6616c9032590b9815/docs/hosting/docker.md#L13-L32