mirror of
https://github.com/Kozea/Radicale.git
synced 2025-08-07 18:30:54 +00:00
new page for Debian
parent
178a15b6d5
commit
b1da2031b2
1 changed files with 27 additions and 0 deletions
27
Installation-on-Debian-Linu.md
Normal file
27
Installation-on-Debian-Linu.md
Normal file
|
@ -0,0 +1,27 @@
|
|||
# Debian 12
|
||||
|
||||
## Debian 12 "usermode"
|
||||
|
||||
### Preparation
|
||||
|
||||
Install `pipx`
|
||||
|
||||
```
|
||||
# as root user
|
||||
apt-get install pipx
|
||||
```
|
||||
|
||||
### Install
|
||||
|
||||
```
|
||||
# as normal user
|
||||
pipx install https://github.com/Kozea/Radicale/archive/master.tar.gz
|
||||
pipx ensurepath
|
||||
```
|
||||
|
||||
### Run
|
||||
|
||||
```
|
||||
# as normal user
|
||||
pipx run radicale --logging-level info --storage-filesystem-folder=~/.var/lib/radicale/collections
|
||||
```
|
Loading…
Add table
Add a link
Reference in a new issue