#!/bin/sh

cat >&2 <<-EOF
--
* Create a PostgreSQL user and database using /usr/share/mitra/init.sql.
* Be sure to set the database password in the config at /etc/mitra/config.yaml.
* Then create an admin user with 'mitra create-account <user> <password> admin'.
--
EOF
