summarylogtreecommitdiffstats
path: root/funkwhale.install
diff options
context:
space:
mode:
Diffstat (limited to 'funkwhale.install')
-rw-r--r--funkwhale.install8
1 files changed, 7 insertions, 1 deletions
diff --git a/funkwhale.install b/funkwhale.install
index 7a5d94c62d57..a06b180599ce 100644
--- a/funkwhale.install
+++ b/funkwhale.install
@@ -1,10 +1,16 @@
post_install() {
+ echo "This package is subject to dependency incompatibilities, use `funkwhale-venv` instead."
echo "Follow instructions on the upstream page or on the Arch Wiki for setting up the Funkwhale server:"
echo "https://wiki.archlinux.org/index.php/Funkwhale"
}
post_upgrade() {
+ echo "This package is subject to dependency incompatibilities, use `funkwhale-venv` instead."
echo "Follow instructions on the upstream page or on the Arch Wiki for updating"
- echo "If updating from v0.18, the apache and nginx configuration files have been changed, make sure to update them from the templates."
+ #echo "Type the password for the funkwhale user, then environment variables are loaded, static files are collected and the database is migrated."
+ #sudo -u funkwhale -H bash
+ #export $(cat /srv/funkwhale/config/env | grep -v ^# | xargs)
+ #funkwhale_manage collectstatic --no-input
+ #funkwhale_manage migrate
}