mirror of
https://github.com/Kozea/Radicale.git
synced 2025-08-13 18:50:53 +00:00
WIP (use #608)
This commit is contained in:
parent
428138adb5
commit
a91e8fdb8b
2 changed files with 4 additions and 4 deletions
|
@ -23,7 +23,7 @@ installed. On most distributions it should be enough to install the package
|
|||
Then open a console and type:
|
||||
|
||||
$ python3 -m pip install --upgrade radicale
|
||||
$ python3 -m radicale --config /dev/null --storage-filesystem-folder=~/.var/lib/radicale/collections
|
||||
$ python3 -m radicale --config "" --storage-filesystem-folder=~/.var/lib/radicale/collections
|
||||
|
||||
Victory! Open [http://localhost:5232/](http://localhost:5232/) in your browser
|
||||
and enjoy the "Radicale works!" message!
|
||||
|
@ -39,7 +39,7 @@ click on "Install now". Wait a couple of minutes, it's done!
|
|||
Launch a command prompt and type:
|
||||
|
||||
C:\Users\MyName> python -m pip install --upgrade radicale
|
||||
C:\Users\MyName> python -m radicale --storage-filesystem-folder=~/radicale
|
||||
C:\Users\MyName> python -m radicale --config "" --storage-filesystem-folder=~/radicale
|
||||
|
||||
Victory! Open [http://localhost:5232/](http://localhost:5232/) in your browser
|
||||
and enjoy the "Radicale works!" message!
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue