Skip to content
Snippets Groups Projects
Verified Commit 472aa878 authored by Eliot Berriot's avatar Eliot Berriot
Browse files

Added documentation to manually enable required extensions

parent be38dc9b
No related branches found
No related tags found
No related merge requests found
......@@ -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)
-------------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment