Skip to content
/ thyme Public
forked from agorf/thyme

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

License

Notifications You must be signed in to change notification settings

rpk0/thyme

 
 

Repository files navigation

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/

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 69.5%
  • JavaScript 21.7%
  • CSS 8.8%