aports/testing/mitra/mitra.post-install
Celeste 61424fe913 testing/mitra: new aport
https://codeberg.org/silverpill/mitra
ActivityPub microblogging platform written in Rust
2023-07-22 23:30:15 +00:00

8 lines
278 B
Bash

#!/bin/sh
echo "--"
echo "Create a PostgreSQL user and database using /var/lib/mitra/init.sql."
echo "Be sure to set the database password in the config at /etc/mitra/config.yaml."
echo "Then create an admin user with 'mitractl create-user <user> <password> admin'."
echo "--"