Installing on Enterprise Linux Fedora - Kozea/Radicale GitHub Wiki
Enterprise Linux / Fedora "systemwide"
See also
Server
Installation
## as root user
yum install radicale3
This will install all required packages for running "radicale" as standalone daemon
Configuration
Configuration files are stored in /etc/radicale
Activation
## as root user
systemctl enable --now radicale
Apache Reverse Proxy
Installation
## as root user
yum install radicale3-httpd
Configuration
Behavior can be controlled by adjusting /etc/httpd/conf.d/radicale.conf
Activation
Reload Apache
## as root user
systemctl reload httpd
Logwatch Extension
Installation
## as root user
yum install radicale3-logwatch
Configuration
Detail level can be controlled by adjusting /etc/logwatch/conf/services/radicale.conf
Activation
Will automatically run daily after installation