diff --git a/master.html b/master.html index 56a534e9..dd73b05c 100644 --- a/master.html +++ b/master.html @@ -341,12 +341,13 @@ recommended)
python3 -m pip install --upgrade https://github.com/Kozea/Radicale/archive/master.tar.gzStart the service manually, data is stored in a system folder
# Start, data is stored in a system folder (requires write permissions to /var/lib/radicale/collections)
-python3 -m radicale --storage-filesystem-folder=/var/lib/radicale/collections
Victory! Open http://localhost:5232 in your browser! -You can log in with any username and password.
+You can log in with any username and password (no authentication is +required as long as not proper configured - INSECURE).Launch a command prompt and type:
-m pip install --upgrade https://github.com/Kozea/Radicale/archive/master.tar.gz
- python -m radicale --storage-filesystem-folder=~/radicale/collections python
Victory! Open http://localhost:5232 in your browser! -You can log in with any username and password.
+You can log in with any username and password (no authentication is +required as long as not proper configured - INSECURE).