1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-06-26 16:45:52 +00:00
4 Installing on Debian Linux
loufidelity edited this page 2025-04-25 08:58:52 +03:00

Debian 12

Debian 12 "usermode"

Preparation

Install pipx

# as root user
apt-get install pipx

Installation

# as normal user
pipx install https://github.com/Kozea/Radicale/archive/master.tar.gz
pipx ensurepath

Run

# as normal user
pipx run radicale --logging-level info --storage-filesystem-folder=~/.var/lib/radicale/collections

Debian 12 "systemwide"

See also

ATTENTION: as of 2025-01-31 only version 3.1.8 is available for "bookworm"

Installation

# as root user
apt-get install radicale