Added documentation to manually enable required extensions

merge-requests/154/head
Eliot Berriot 2018-03-06 17:56:47 +01:00
rodzic be38dc9b9f
commit 472aa87838
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: DD6965E2476E5C27
1 zmienionych plików z 9 dodań i 0 usunięć

Wyświetl plik

@ -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)
-------------------