User Tools

Site Tools


infra:services:hula

# Hacker-hula

## Maintenance

### Updating the software

  # Go to the checkout as `hackerhula` via `root`
  sudo su -
  su - hackerietweb -s /bin/bash
  cd /srv/webapp-hackerhula/new/hackerhula/
  git pull
  
  # If you've made migrations, run this
  poetry run ./manage.py migrate
  
  # If you've changed static files, run this
  poetry run ./manage.py collectstatic
  
  # Back to root we go
  ^D
  
  # Restart the appserver
  systemctl restart gunicorn-hula.service
  # and bob's your uncle
/srv/hackeriet-wiki/dokuwiki/data/pages/infra/services/hula.txt · Last modified: 2025/01/14 21:09 by kfh