Added documentation to manually enable required extensions

This commit is contained in:
Eliot Berriot 2018-03-06 17:56:47 +01:00
parent be38dc9b9f
commit 472aa87838
No known key found for this signature in database
GPG Key ID: DD6965E2476E5C27
1 changed files with 9 additions and 0 deletions

View File

@ -43,6 +43,15 @@ you should now be able to open a postgresql shell:
sudo -u funkwhale -H psql
Unless you give a superuser access to the database user, you should also
enable some extensions on your database server, as those are required
for funkwhale to work properly:
.. code-block:: shell
sudo -u postgres psql -c 'CREATE EXTENSION "unaccent";''
Cache setup (Redis)
-------------------