mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-04-12 18:26:39 +02:00
9 lines
284 B
Bash
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
|