Radiant Gallery

The Gallery extension allows to manage galleries of images/videos/files using RadiantCMS.

Features:

  • Multiple nested galleries
  • Multiple upload
  • Import from ftp
  • Images/Files sorting by drag-n-drop
  • Automatic thumbnail generation for images after upload
  • Preview in lightwindow for images

Installation

After installing radiant check out the radiant-gallery extension under the vendor/extensions folder:

cd vendor/extensions

git clone git://github.com/pilu/radiant-gallery.git gallery

Then from your radiant application root launch the install task:

rake RAILS_ENV=production radiant:extensions:gallery:install

Enjoy!