Davical est un serveur d’agenda partagé. Il utilise le protocole CalDav qui est conçu pour le stockage d’agenda. Agendav est une interface web au serveur Davical, ce qui permet de consulter le calendrier depuis n’importe quel navigateur internet
Sources :
1 – Installation d’un serveur web
Davical a besoin d’un serveur apache pour fonctionner. Ce serveur nous servira pour l’interface web par la suite.
aptitude install apache2 php5 libapache2-mod-php5
2- Installation de PostGreSql
aptitude install postgresql
2-1 Installation du module postgresql pour php
aptitude install php5-pgsql
3- Installation de Davical
aptitude install php5-curl davical
3-1 Préparation de la base (suite…)
Partager la publication "TUTO SERVEUR CALENDRIER AVEC DAVICAL ET AGENDAV SOUS DEBIAN"