Skip to content

Easy galleries of photos and more built on top of AssetHost

License

Notifications You must be signed in to change notification settings

AssetHost/AssetGallery

 
 

Repository files navigation

AssetGallery

Easy galleries of photos and more built on top of AssetHost. You can find an example implementation on my website at ericrichardson.com/gallery/

The client code is a Coffeescript app using Backbone.js.

AssetHost can be found at github.com/SCPR/AssetHost

Requirements

  • AssetHost installation, configured in your app via AssetHost and AssetHost

  • Authentication system that defines @current_user and @current_user.is_admin?

  • Layout that looks to @PAGE_TITLE for title info

Usage

1) Add the plugin to your Gemfile:

gem 'asset_gallery', :git => 'git://github.com/ewr/AssetGallery.git'

Run ‘bundle install`

2) Mount AssetGallery’s routes. In config/routes.rb:

mount AssetGallery::Engine => '/gallery', :as => :gallery

3) Install and run migrations

rake asset_gallery:install:migrations
rake db:migrate

About

Easy galleries of photos and more built on top of AssetHost

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published