Page MenuHomeDevCentral

Setup quassel core on Eglide
Open, Needs TriagePublic

Description

Quassel is a distributed client you can attach on a core, connected to the servers and storing the logs.

https://github.com/drawstack-salt-formulas/quassel-formula gives some hints about Debian needs, or about how to merge pillar and a jinja map.

Event Timeline

$ sudo -u postgres psql
psql (10.3 (Debian 10.3-2))
Type "help" for help.

postgres=# CREATE USER quassel ENCRYPTED PASSWORD '...';
CREATE ROLE
postgres=# CREATE DATABASE quassel WITH OWNER quassel ENCODING 'UTF8';
CREATE DATABASE

Password has beeen stored in K119.