This project will aggregate tv series and will search for nzb files to automate downloading those.
- Switch from paperclip to carrierwave
redis-server
cd 'projects'
git clone [email protected]: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