A free CMS for managing photo galleries

GalleryCMS is a free, open source web-based image gallery CMS.

Download   Try Demo

Updates:

Known issues:


Galleria Plugin Example

This is an example of GalleryCMS's tie-in to the popular JavaScript image gallery known as Galleria.

Configuration

Point 'url' to your album's JSON feed and point 'theme' to your Galleria theme of choice.

$(document).ready(function() {
  $('#galleria').gallerycms({
    url : 'http://gallerycms.com/admin/index.php/api/feed/json/341b9ea8-ed66-11e1-8707-00e0814b024a',
    theme : 'js/themes/classic/galleria.classic.min.js'
  });
});