From 6fb9d808abeb0226a707d000370a56eb5b46ed19 Mon Sep 17 00:00:00 2001 From: Eliot Berriot <contact@eliotberriot.com> Date: Thu, 26 Sep 2019 09:45:52 +0200 Subject: [PATCH] Added info about pod configuration / reconfiguration with install script --- docs/installation/index.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/installation/index.rst b/docs/installation/index.rst index 3006703df..a180b59a5 100644 --- a/docs/installation/index.rst +++ b/docs/installation/index.rst @@ -20,6 +20,7 @@ Additional info: - This script is based on our `Ansible role <https://dev.funkwhale.audio/funkwhale/ansible/>`_. - By default, the script installs Nginx, PostgreSQL, Redis and Funkwhale itself but you can customize the installation procedure if you already have some of these services available on your machine +- Edit your pod configuration in ``/srv/funkwhale/ansible/playbook.yml`` and apply new configuration with ``sudo /srv/funkwhale/ansible/reconfigure`` - Upgrade is done using ``sh -c "$(curl -sSL https://get.funkwhale.audio/upgrade.sh)"``. -- GitLab