Blame view

sources/apps/calendar/README.md 766 Bytes
d1bafeea1   Kload   [fix] Upgrade to ...
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
  Calendar app
  ============
  
  Maintainers:
  ------------
  - [Georg Ehrke](https://github.com/georgehrke)
  - [Thomas Tanghus](https://github.com/tanghus)
  - [Bart Visscher](https://github.com/bartv2)
  
  Developer setup info:
  ---------------------
  ### Master branch:
  Just clone this repo into your apps directory.
  
  ### Rework branch:
  
  ##### The rework branch is still in development. Do not use it in a productive environment.
  
  
  The calendar rework depends on the appframework.
  Get the latest version of the appframework:
  ```bash
  git clone git://github.com/owncloud/appframework.git
  ```
  Enable the appframework in the app settings of ownCloud.
  
  Get the lastest version of the rework:
  ```bash
  git clone git://github.com/owncloud/calendar.git
  cd calendar
  git checkout rework
  ```