mirror of
https://github.com/Kozea/Radicale.git
synced 2025-07-02 16:58:30 +00:00
WIP (use #608)
This commit is contained in:
parent
428138adb5
commit
a91e8fdb8b
2 changed files with 4 additions and 4 deletions
|
@ -26,10 +26,10 @@ This behaviour can be overwritten by specifying a path with the
|
||||||
|
|
||||||
The same example configuration via command line arguments looks like:
|
The same example configuration via command line arguments looks like:
|
||||||
```sh
|
```sh
|
||||||
python3 -m radicale --config /dev/null --server-hosts 0.0.0.0:5232 --auth-type htpasswd --htpasswd-filename /path/to/htpasswd --htpasswd-encryption bcrypt
|
python3 -m radicale --config "" --server-hosts 0.0.0.0:5232 --auth-type htpasswd --htpasswd-filename /path/to/htpasswd --htpasswd-encryption bcrypt
|
||||||
```
|
```
|
||||||
|
|
||||||
The ``--config /dev/null`` argument is required to stop Radicale from trying
|
The ``--config ""`` argument is required to stop Radicale from trying
|
||||||
to load configuration files. Run ``python3 -m radicale --help`` for more information.
|
to load configuration files. Run ``python3 -m radicale --help`` for more information.
|
||||||
|
|
||||||
In the following, all configuration categories and options are described.
|
In the following, all configuration categories and options are described.
|
||||||
|
|
|
@ -23,7 +23,7 @@ installed. On most distributions it should be enough to install the package
|
||||||
Then open a console and type:
|
Then open a console and type:
|
||||||
|
|
||||||
$ python3 -m pip install --upgrade radicale
|
$ 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
|
Victory! Open [http://localhost:5232/](http://localhost:5232/) in your browser
|
||||||
and enjoy the "Radicale works!" message!
|
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:
|
Launch a command prompt and type:
|
||||||
|
|
||||||
C:\Users\MyName> python -m pip install --upgrade radicale
|
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
|
Victory! Open [http://localhost:5232/](http://localhost:5232/) in your browser
|
||||||
and enjoy the "Radicale works!" message!
|
and enjoy the "Radicale works!" message!
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue