owncalendar/README.md

33 lines
766 B
Markdown
Raw Permalink Normal View History

2013-04-12 14:33:48 +00:00
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:
2013-04-29 12:13:28 +00:00
##### The rework branch is still in development. Do not use it in a productive environment.
2013-04-12 14:33:48 +00:00
The calendar rework depends on the appframework.
Get the latest version of the appframework:
```bash
git clone git://github.com/owncloud/appframework.git
```
2013-04-12 14:35:05 +00:00
Enable the appframework in the app settings of ownCloud.
2013-04-12 14:33:48 +00:00
Get the lastest version of the rework:
```bash
2013-04-12 16:22:11 +00:00
git clone git://github.com/owncloud/calendar.git
2013-04-12 14:33:48 +00:00
cd calendar
git checkout rework
```