Source for the twitter (currently tweetbot only)-to-flickr API bridge at https://gdzl.la
Built for Rails 3 and Heroku.
Running it yourself:
- Fork/clone the repo
- Create heroku app
- Bundle install
- Set up necessary addons
heroku addons:add mongolabheroku addons:add redistogoheroku addons:add newrelicheroku addons:remove heroku-postgresqlheroku plugins:install git://github.com/ddollar/heroku-config.git
- Fill out & push .env
cp .env.example .envheroku config:push
- Deploy to heroku
git push heroku master