From b7e3ac1f9175b3eb1eaf978b5612c9743d60b3a0 Mon Sep 17 00:00:00 2001 From: linse Date: Mon, 26 Nov 2018 17:22:14 +0100 Subject: [PATCH] Update the installation instructions to refer to the github project page. --- Projects/CalDAV | 18 +----------------- 1 file changed, 1 insertion(+), 17 deletions(-) diff --git a/Projects/CalDAV b/Projects/CalDAV index 469deb8..3cfd531 100644 --- a/Projects/CalDAV +++ b/Projects/CalDAV @@ -35,23 +35,7 @@ Discovery of calendars happens automatically. ## How to host the calendar server yourself -Make sure you have OCaml version `>=4.03.0`, and opam version `>=1.2.2` installed via your operating system. -Also, you need to install and clone -``` -opam pin add icalendar https://github.com/roburio/icalendar.git -opam pin add webmachine https://github.com/roburio/ocaml-webmachine.git#webdav -git clone https://git.robur.io/caldav.git -opam pin add caldav caldav/ -opam install --deps-only caldav -``` -Now you can build the project, add a place for storage, and run the calendar server: -``` -cd caldav -make -mkdir /tmp/calendar -_build/default/app/caldav_server.exe -``` - +See the [installation instructions on the project home on github](https://github.com/roburio/caldav/blob/master/README.md). Time to add some calendars and fun meetups! ## Funding