Update the installation instructions to refer to the github project
page.
This commit is contained in:
parent
e3feafff62
commit
b7e3ac1f91
1 changed files with 1 additions and 17 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue