Code Monkey home page Code Monkey logo

albumdy's Introduction

Albumdy

Albumdy is a very simple Ruby on Rails photo gallery. Includes only simple photo management and categorization via albums. A decent starting point for your own rails based gallery.

For more of a professional photographer solution, please see http://www.grokphoto.org.

There's a live demo available at:

You can access the public area at:

You can access the admin area at:

Software Requirements

  • ImageMagick
  • MySQL (I haven't tested it with Postgres or sqlite3, but it should work.)

Installation

Installation script coming soon! Follow these instructions for now:

$ git clone git://github.com/rapind/albumdy.git
$ cd albumdy
$ cp config/database.yml.sample config.database.yml
$ cp config/initializers/albumdy.rb.sample config/initializers/albumdy.rb
$ cp config/deploy.rb.sample deploy.rb

Then edit these three files with your own settings. Everything you need to change is marked with a "TODO":

$ sudo gem install less
$ sudo rake gems:install
$ rake db:create
$ rake db:migrate
$ rake db:seed
$ script/server

At this point you should have a working site with some basic sample data that you can configure with your own data.

Initial Configuration

  1. Login to the administration area using [email protected] / password
  2. Click on the Settings tab.
  3. Enter your own information and update the settings.
  4. Albums holds the front page slide images and the photos within each of your albums.

Features

  • Personalize your site via the configuration / settings page.
  • Manage your albums and photos.
  • Friendly slugs for your albums and pages (SEO).
  • Google compliant sitemap.
  • Google analytics integration.
  • Flash based front page image slides.
  • Javascript based photo albums.
  • Stats on when your clients last logged in (good to know if they haven't visited their booking gallery before it expired).

Themes

ERB and HAML based themes are supported and can be found in the /themes directory (off the project's root).

I've tried to keep these as simple as possible for now and they're just for the public area of your site. I don't see the value in theming the admin section for now.

Each theme has it's own directory, and the easiest way to get started building your theme is to copy the default theme to a new directory. I.e. "cp -r themes/default themes/mycustomtheme"

Roadmap

I'm planning to keep this project as simple as possible to make it easy to install, use, and customize. However, I'm open to ideas if you think there's a specific feature that most people would want to see.

Credits

License

Creative Commons License
Grokphoto by http://github.com/rapind/albumdy is licensed under a Creative Commons Attribution-Share Alike 2.5 Canada License.
Based on a work at github.com.

albumdy's People

Contributors

rapind avatar

Watchers

Guilherme Isaac Schreiber Litwinski avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.