Merge branch 'upgrade-script' into 'master'

Added info about pod configuration / reconfiguration with install script

See merge request funkwhale/funkwhale!906
This commit is contained in:
Eliot Berriot 2019-09-26 09:45:52 +02:00
commit 0aca723649
1 changed files with 1 additions and 0 deletions

View File

@ -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)"``.