Funkwhale 0.17 is almost ready! https://blog.funkwhale.audio/~/Announcements/funkwhale-0.17-is-almost-ready/
@funkwhale I'm pleased to announce that #Funkwhale 0.17 is feature-complete and stable enough to enter the testing phase.
If you want help with that, and use the project or own an instance, have a look at the article from the previous toot (https://blog.funkwhale.audio/~/Announcements/funkwhale-0.17-is-almost-ready/) to get started!
Happy testing!
I don't get this :
source /srv/funkwhale/load_env
there is no load_env file
Do you mean :
source /srv/funkwhale/virtualenv/bin/activate
?
I had to add this to the upgrade process :
# apt install libldap2-dev libsasl2-dev
$ /srv/funkwhale/virtualenv/bin/pip install wheel
also after, I'm stuck on on an error when I launch :
$ /srv/funkwhale/virtualenv/bin/python api/manage.py script migrate_to_user_libraries --no-input
1/2
sorry, forgot to call the "manage.py migrate" before :D