Setup patchwork - ligurio/openbsd-tests GitHub Wiki
Documentation
How-to
$ pkg_add py-gunicorn postgresql-client postgresql-server postgresql-contrib py-django
$ ftp https://github.com/getpatchwork/patchwork/archive/v2.0.1.tar.gz
$ pkg_add py3-pip
$ pip3.6 install -r requirements-[prod,dev,test].txt
$ cp patchwork/settings/production.example.py patchwork/settings/production.py
$ su - _postgresql
$ mkdir /var/postgresql/data
$ initdb -D /var/postgresql/data -U postgres -A md5 -E UTF8 -W
$ rcctl start postgresql
$ psql -U postgres
$ createdb -U postgres patchwork
$ createuser -U postgres www-data
$ createuser -U postgres -PE patchwork