/tv-guide

The digital tv-guide to follow all your tv-shows in the best way possible

Primary LanguageRuby

wercker status Code Climate

Digital tv guide

This project will aggregate tv series and will search for nzb files to automate downloading those.

TODO

  • Switch from paperclip to carrierwave

Setup

redis-server
cd 'projects'
git clone git@github.com:jewilmeer/tv-guide.git
cd tv-guide
cp config/database{.sample,}.yml
cp config/s3{.sample,}.yml
bundle
bundle exec rake db:setup
bundle exec rails s

Make sure to start the background processing

bundle exec sidekiq