User Tools

Site Tools


postgresql_fuer_listmonk

This is an old revision of the document!


apt install postgresql postgresql-contrib

Schönes Passwort erstellen

pwgen 20

Dann Passwort für Nutzer listmonk verwenden:

passwd postgres

Datenbank erstellen, dazu in die Datenbankanwendung psql wechseln:

sudo -u postgres psql
create user listmonk with password 'einanderespasswortauspwgen';
CREATE DATABASE listmonk;
GRANT ALL PRIVILEGES ON DATABASE listmonk TO listmonk;

Jetzt wieder raus aus psql.

Nutzer anlegen

adduser --system --group --shell="/sbin/nologin" --home="/var/lib/listmonk" listmonk

Listmonk herunterladen

wget https://github.com/knadh/listmonk/releases/download/hier_aktuelle_release_eintragen

Software entpacken

tar xzf datei.tar.gz

Listmonk installieren

install -v listmonk /usr/local/bin/

Config dir anlegen

mkdir /etc/listmonk

https://gorbe.io/posts/listmonk/install/

postgresql_fuer_listmonk.1735132631.txt.gz · Last modified: 2024/12/25 13:17 by admin

Except where otherwise noted, content on this wiki is licensed under the following license: CC0 1.0 Universal
CC0 1.0 Universal Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki