- A simple sinatra webapp to display photo albums from flickr or zip files.
- Everything stored on the filesystems.
- When you want to publish via your own server
- When you want to merge different photo sets in one album
- When only want to ask from your friends a zip file
- When you want an optimized photo gallery, even for phones and tablets
- Install jpegtran and pngcrush binaries, for example:
$> apt-get install libjpeg-turbo-progs pngcrush
- Install GraphicsMagick
$> bundle install
- Consider install
thin
, because it's faster thanwebrick
- Copy
config.yml-dist
toconfig.yml
and fix the file $> ruby application.rb