Radicale is available on PyPI. To install, just type as superuser:
-pip install radicale
+pip install radicale==1.1.*
Radicale is really easy to install and works out-of-the-box.
-$ python3 -m pip install --upgrade radicale
+$ python3 -m pip install --upgrade radicale==2.1.*
$ python3 -m radicale --config "" --storage-filesystem-folder=~/.var/lib/radicale/collections
When your server is launched, you can check that everything's OK by going to http://localhost:5232/ with your browser! You can login with any username and password.
Want more? Why don't you check our wonderful documentation?
@@ -479,7 +479,7 @@
Then open a console and type:
# Run the following command as root or
# add the --user argument to only install for the current user
-$ python3 -m pip install --upgrade radicale
+$ python3 -m pip install --upgrade radicale==2.1.*
$ python3 -m radicale --config "" --storage-filesystem-folder=~/.var/lib/radicale/collections
Victory! Open http://localhost:5232/ in your browser! You can login with any username and password.
@@ -487,7 +487,7 @@
Windows ¶
The first step is to install Python. Go to python.org and download the latest version of Python 3. Then run the installer. On the first window of the installer, check the "Add Python to PATH" box and click on "Install now". Wait a couple of minutes, it's done!
Launch a command prompt and type:
-C:\Users\User> python -m pip install --upgrade radicale
+C:\Users\User> python -m pip install --upgrade radicale==2.1.*
C:\Users\User> python -m radicale --config "" --storage-filesystem-folder=~/radicale/collections
If you are using PowerShell replace --config ""
with --config '""'
.
Victory! Open http://localhost:5232/ in your browser! You can login with any username and password.
@@ -522,7 +522,7 @@
New password:
Re-type new password:
bcrypt is used to secure the passwords. Radicale requires additional dependencies for this encryption method:
-
+
Authentication can be enabled with the following configuration:
[auth]
type = htpasswd
@@ -1421,7 +1421,7 @@ user2:password2
PyPI ¶
Radicale is available on PyPI. To install, just type as superuser:
-$ python3 -m pip install --upgrade radicale
+$ python3 -m pip install --upgrade radicale==2.1.*