From 9fb31cb78d8d977f97114166d5115f9806c68849 Mon Sep 17 00:00:00 2001 From: Github Actions <> Date: Thu, 9 Jan 2025 22:08:39 +0000 Subject: [PATCH] Generate documentation --- master.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/master.html b/master.html index cc3ecfe3..d743c870 100644 --- a/master.html +++ b/master.html @@ -277,12 +277,16 @@ structure.

Installation

-

Radicale is really easy to install and works out-of-the-box.

+

Radicale is really easy to install (for testing purposes) and works +out-of-the-box.

python3 -m pip install --upgrade https://github.com/Kozea/Radicale/archive/master.tar.gz
 python3 -m radicale --logging-level info --storage-filesystem-folder=~/.var/lib/radicale/collections

When the server is launched, open http://localhost:5232 in your browser! You can login with any username and password.

Want more? Check the tutorials and the documentation.

+

Instead of downloading from PyPI look for packages provided by used +distribution (#linux-distribution-packages), they contain also startup +scripts to run daemonized.

What's New?