-
Notifications
You must be signed in to change notification settings - Fork 502
Installing on Enterprise Linux Fedora
Peter Bieringer edited this page Dec 18, 2025
·
1 revision
See also
## as root user
yum install radicale3This will install all required packages for running "radicale" as standalone daemon
Configuration files are stored in /etc/radicale
## as root user
systemctl enable --now radicale## as root user
yum install radicale3-httpdBehavior can be controlled by adjusting /etc/httpd/conf.d/radicale.conf
Reload Apache
## as root user
systemctl reload httpd## as root user
yum install radicale3-logwatchDetail level can be controlled by adjusting /etc/logwatch/conf/services/radicale.conf
Will automatically run daily after installation