A minimal single-page web app for browsing and viewing photos locally.
- Install system deps:
sudo apt-get install libimage-exiftool-perl imagemagick(formini_exiftoolandmini_magickgems respectively) - Clone code:
git clone https://github.com/agorf/thyme && cd thyme - Install Ruby gems:
bundle install - Install Bower components:
bower install - Scan photos:
bundle exec rake scan[/path/to/photographs] - Generate thumbs:
bundle exec rake generate_thumbs(may take a while) - Run app and open in browser:
bundle exec rake open
Licensed under the MIT license (see LICENSE.txt).
Aggelos Orfanakos, http://agorf.gr/
