aports/testing/lemmy/lemmy-localdb.post-install

9 lines
284 B
Bash

#!/bin/sh
cat >&2 <<EOF
*
* Create a PostgreSQL user and database by running /usr/lib/lemmy/db-init.sh.
* Edit the config at /etc/lemmy/lemmy.hjson, a lot of optional lines can be deleted.
* Run the lemmy-ui service, and configure pict-rs if you have enabled it in the config.
*
EOF