Follow this guide if you have a BookWyrm installation without Docker and there are changes available in the production branch.
This guide assumes that your setup followed the latest Installation without Docker guide.
Run all the following commands, except otherwise noted, as the bookwyrm
user:
production
branch with git pull
venv/bin/pip install -r requirements.txt
venv/bin/python3 manage.py compile_themes
venv/bin/python3 manage.py collectstatic --no-input
– this also uploads them to external storage if you have this configuredvenv/bin/python3 manage.py migrate
systemd
services with sudo systemctl restart bookwyrm bookwyrm-worker bookwyrm-scheduler