An open API service indexing awesome lists of open source software.

https://github.com/refinery/refinerycms-calendar

Refinery CMS Events Engine
https://github.com/refinery/refinerycms-calendar

Last synced: about 1 year ago
JSON representation

Refinery CMS Events Engine

Awesome Lists containing this project

README

          

# Refinery CMS Calendar extension

[![Build Status](https://travis-ci.org/refinery/refinerycms-calendar.svg?branch=master)](https://travis-ci.org/refinery/refinerycms-calendar)

## Install

Add this line to your application's `Gemfile`

```ruby
gem 'refinerycms-calendar', '~> 3.0.0'
```

Next run

```bash
bundle install
rails generate refinery:calendar
rake db:migrate
rake db:seed
```

Now when you start up your Refinery application.