mirror of
https://github.com/Kozea/Radicale.git
synced 2025-06-26 16:45:52 +00:00
Updated "Complex configuration" section in user documentation
This commit is contained in:
parent
55068b3f74
commit
7ab8292af0
1 changed files with 45 additions and 1 deletions
|
@ -88,4 +88,48 @@ same time.
|
|||
Complex Configuration
|
||||
=====================
|
||||
|
||||
*To be written…*
|
||||
.. note::
|
||||
This section is only for Linux users. Windows and MacOS advanced support
|
||||
will be available later.
|
||||
|
||||
Installing
|
||||
----------
|
||||
|
||||
You can install Radicale CalDAV server with the following command, with
|
||||
superuser rights::
|
||||
|
||||
python setup.py install
|
||||
|
||||
Then, launching the server can be easily done by typing as a normal user::
|
||||
|
||||
radicale
|
||||
|
||||
.. note::
|
||||
Radicale has no daemon mode yet. Please use external programs (such as
|
||||
``screen``) to use Radicale as a resident program.
|
||||
|
||||
Configuring
|
||||
-----------
|
||||
|
||||
The server configuration can be modified in ``/etc/radicale.conf``. Here is the
|
||||
default configuration file, with the main parameters::
|
||||
|
||||
[server]
|
||||
# CalDAV server port
|
||||
port = 5232
|
||||
|
||||
[encoding]
|
||||
# Encoding for responding requests
|
||||
request = utf-8
|
||||
# Encoding for storing local calendars
|
||||
stock = utf-8
|
||||
|
||||
[support]
|
||||
# Folder for storing local calendars
|
||||
folder = ~/.config/radicale
|
||||
# Default calendar path
|
||||
calendar = radicale/calendar
|
||||
|
||||
This configuration file is read each time the server is launched. If some
|
||||
values are not given, the default ones are used. If no configuration file is
|
||||
available, all the default values are used.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue