bvandgrift / hubbubbly

feed and calendar aggregation, tightly focused topical network

Home Page:http://hubbubbly.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Goals

In order to create a hub site, a potential user should do the following:

gem install rails
rails new my_hub

Then add 'hubbubbly' to their Gemfile

Start their rails app rails s, and visit

localhost:3000/hub/manage
and see the management console.

In order to include hub features into an existing site, a potential user should add the 'hubbubbly' gem to their Gemfile, and begin using the helper partials to populate areas of their existing site.

Theoretically.

To import migrations from the engine:

rake hubbubbly:install:migrations

Then, you can run rake db:migrate to migrate.

About

feed and calendar aggregation, tightly focused topical network

http://hubbubbly.com


Languages

Language:Ruby 97.5%Language:JavaScript 2.5%