Skip menu

Ubuntu Installation

Ubuntu 24.04 LTS, possibly others too.

System packages

Perl modules

Install modules:

Database

Edit /etc/postgresql/*/main/pg_hba.conf, add: local samizdat samizdat scram-sha-256

Then: sudo systemctl restart postgresql

Application

Optional Webpack frontend:

For single installation:

For multiple sites (shared node_modules):

System-wide (requires root):

User-level (no root):

Then in each site: make webpack (will auto-detect and link to shared node_modules)

SSL cert (dev):

Usage