rGal, a web based photo gallery written in Ruby, using the Sinatra framework. This is an experimental fork, where I have made some consequent changes to the original code. It is not yet distribution-ready, as it is aimed at my personal usage, and such, still contains some hardcoded paths and other ugly things. Be aware.
- sqlite3-ruby
- dm-core
- dm-sqlite-adapter
- dm-validations
- rack (0.9.1)
- sinatra (0.9.0.4)
- rmagick
- haml
- Any markdown implementation. I use rdiscount
- Put albums of images in the data/ folder.
- Run ./checker.rb which will add them to the database and generate thumbnails.
- Run ./runner.rb which will setup the web interface and go to http://localhost:4567/.