From ec0bca148a623e6483453b5351a3c92c894b8d76 Mon Sep 17 00:00:00 2001 From: Eliot Berriot Date: Wed, 26 Sep 2018 21:26:52 +0200 Subject: [PATCH] Added instructions to run Funkwhale on the develop branch --- docs/installation/index.rst | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/docs/installation/index.rst b/docs/installation/index.rst index 9c7a279ed..20198531e 100644 --- a/docs/installation/index.rst +++ b/docs/installation/index.rst @@ -66,12 +66,31 @@ We also maintain an installation guide for Debian 9 and Arch Linux. docker systemd - Funkwhale packages are available for the following platforms: - `YunoHost 3 `_: https://github.com/YunoHost-Apps/funkwhale_ynh (kindly maintained by `@Jibec `_) +Running Funkwhale on the develop branch +--------------------------------------- + +Traditionnal deployments are done using specific releases. However, you +may want to benefits from the latest change available, or the help detect +bugs before they are included in actual releases. + +To do that, you'll need to run your instance on the develop branch, +which contains all the unreleased changes and features of the next version. + +Please take into account that the develop branch +may be unstable and will contain bugs that may affect the well being of your +instance. If you are comfortable with that, you need to backup at least your database +before pulling latest changes from the develop branch. + +Otherwise, the deployment process is similar to deploying with releases. +You simply need to use ``export FUNKWHALE_VERSION=develop`` +in the installation and upgrade process instead of a real version number, +as we build artifacts on the development branch the same way we do for releases. + .. _frontend-setup: Frontend setup