|
|
|
@ -1,12 +1,23 @@ |
|
|
|
|
[introduction] |
|
|
|
|
explain: "In this tutorial, we are going to install Radicale." |
|
|
|
|
header: yes |
|
|
|
|
|
|
|
|
|
[make sure a maintenance root exists] |
|
|
|
|
mkdir: /var/www/maint/www |
|
|
|
|
group: www-data |
|
|
|
|
owner: www-data |
|
|
|
|
recursive: yes |
|
|
|
|
|
|
|
|
|
[about maintenance root] |
|
|
|
|
explain: "The maintenance root is used to register an SSL certificate (below) before the site is completed and (later) after the site is live." |
|
|
|
|
|
|
|
|
|
[install radicale] |
|
|
|
|
pip3: radicale |
|
|
|
|
|
|
|
|
|
;[install radicale screenshot] |
|
|
|
|
;screenshot: images/install.png |
|
|
|
|
;caption: Radical Installed |
|
|
|
|
|
|
|
|
|
[create radicale configuration directory] |
|
|
|
|
mkdir: /etc/radicale/config |
|
|
|
|
owner: radicale |
|
|
|
|