mirror of
https://github.com/Kozea/Radicale.git
synced 2025-06-26 16:45:52 +00:00
Updated Installing on Debian Linux (markdown)
parent
d1edec52fd
commit
6499d24f60
1 changed files with 12 additions and 1 deletions
|
@ -11,7 +11,7 @@ Install `pipx`
|
|||
apt-get install pipx
|
||||
```
|
||||
|
||||
### Install
|
||||
### Installation
|
||||
|
||||
```
|
||||
# as normal user
|
||||
|
@ -25,3 +25,14 @@ pipx ensurepath
|
|||
# as normal user
|
||||
pipx run radicale --logging-level info --storage-filesystem-folder=~/.var/lib/radicale/collections
|
||||
```
|
||||
|
||||
## Debian 12 "sytemwide"
|
||||
|
||||
ATTENTION: as of 2025-01-31 only version 3.1.8 is available
|
||||
|
||||
### Installation
|
||||
|
||||
```
|
||||
# as root user
|
||||
apt-get install radicale
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue