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
- Host: GitHub
- URL: https://github.com/refinery/refinerycms-calendar
- Owner: refinery
- Created: 2011-03-03T23:44:41.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2021-04-29T20:39:04.000Z (about 5 years ago)
- Last Synced: 2025-03-26T10:11:28.468Z (about 1 year ago)
- Language: Ruby
- Homepage: http://refinerycms.com
- Size: 347 KB
- Stars: 69
- Watchers: 13
- Forks: 73
- Open Issues: 17
-
Metadata Files:
- Readme: readme.md
- Changelog: changelog.md
Awesome Lists containing this project
README
# Refinery CMS Calendar extension
[](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.