1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-08-01 18:18:31 +00:00
This commit is contained in:
Unrud 2017-05-24 19:13:47 +02:00
parent 4c5e6a3416
commit 0cbdea014c
15 changed files with 647 additions and 82 deletions

View file

@ -7,14 +7,16 @@ permalink: /documentation/
This documentation page is written for version 2.0.x. If you want to update
Radicale from 1.x.x to 2.0.x, please follow our [migration guide]({{ site.baseurl }}/1to2/).
## Install
## Install and set up
You're new to Radicale and you want to know how to use it? Welcome aboard!
- [What is Radicale?]({{ site.baseurl }}/about/)
- [A really simple 5-minute tutorial.]({{ site.baseurl }}/tutorial/)
- [A simple but solid installation for a personal use.]({{ site.baseurl }}/installation/)
- [A production-ready installation.]({{ site.baseurl }}/production/)
- [A simple but solid setup.]({{ site.baseurl }}/setup/)
- [Run behind a reverse proxy.]({{ site.baseurl }}/proxy/)
- [Run with a WSGI server.]({{ site.baseurl }}/wsgi/)
- [Track all changes to calendars and address books with Git.]({{ site.baseurl }}/versioning/)
## Use
@ -23,7 +25,7 @@ You're new to Radicale and you want to know how to use it? Welcome aboard!
## Configure
Now that you have Radicale running, let's see what we can configure to make it
fit our needs.
fit your needs.
- [What can I configure?]({{ site.baseurl }}/configuration/)
- [Authentication & Rights.]({{ site.baseurl }}/rights/)
@ -38,5 +40,4 @@ and simple piece of code, it may be the perfect project to start hacking!
- [How does Radicale work?]({{ site.baseurl }}/architecture/)
- [Plugins.]({{ site.baseurl }}/plugins/)
- [Debugging.]({{ site.baseurl }}/debugging/)
- [Collection versioning.]({{ site.baseurl }}/versioning/)
- [Adding or fixing documentation.]({{ site.baseurl }}/edit/)