I want to install funkwhale, I have encounter this:
Under 6.3
Create your Funkwhale database.
CREATE DATABASE funkwhale WITH ENCODING 'utf8';
or
CREATE USER funkwhale;
Both of them returns with:
-bash: CREATE: command not found
1.My questions is do I go back to root to setup my database?
2.If I need to setup my database under /srv/funkwhale
after these two steps:
sudo apt-get install postgresql postgresql-contrib
sudo -u postgres psql
When I run these:
root@localhost:/srv/funkwhale# sudo apt-get install postgresql postgresql-contrib
it returns with:
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
postgresql is already the newest version (13+225).
postgresql-contrib is already the newest version (13+225).
0 upgraded, 0 newly installed, 0 to remove and 8 not upgraded.
Doesn't this mean that everything went well?
By the way:
under installation doc 9.2
[upl-image-preview url=https://forum.funkwhale.audio/assets/files/2023-07-30/1690685226-852614-screenshot-2023-07-29-at-104641-pm.png]
copy and paste will get the following code:
# curl -L -o /etc/nginx/funkwhale_proxy.conf "https://dev.funkwhale.audio/funkwhale/funkwhale/raw/$FUNKWHALE_VERSION/deploy/funkwhale_proxy.conf"
# curl -L -o /etc/nginx/sites-available/funkwhale.template "https://dev.funkwhale.audio/funkwhale/funkwhale/raw/$FUNKWHALE_VERSION/deploy/nginx.template"
I believe#
need to be deleted.
Also, If I am correct, #
need to be deleted from 9.2 - 9.6.