Skip to content

Files

Latest commit

87421ae · Feb 2, 2015

History

History
27 lines (19 loc) · 949 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 949 Bytes

thyme

A minimal single-page web app for browsing and viewing photos locally.

thyme

Quick how-to

  1. Install system deps: sudo apt-get install libimage-exiftool-perl imagemagick (for mini_exiftool and mini_magick gems respectively)
  2. Clone code: git clone https://github.com/agorf/thyme && cd thyme
  3. Install Ruby gems: bundle install
  4. Install Bower components: bower install
  5. Scan photos: bundle exec rake scan[/path/to/photographs]
  6. Generate thumbs: bundle exec rake generate_thumbs (may take a while)
  7. Run app and open in browser: bundle exec rake open

License

Licensed under the MIT license (see LICENSE.txt).

Author

Aggelos Orfanakos, http://agorf.gr/