Needs redis, imagemagick and postgresql on your host.
Fork, install/configure:
git clone https://github.com/YOURFORK/podfilter.de
cd podfilter.de
bundle
cp config/database.yml.example config/database.yml
rake db:migrate db:test:prepare
bundle exec rspec
rake db:seed
foreman start
# navigate to http://localhost:5000
# sidekiq background worker is also started
If you want to use omniauth logins in Development, you have to add some keys/secrets to .env.development.
TWITTER_CONSUMER_KEY=something
TWITTER_CONSUMER_SECRET=something
GITHUB_CONSUMER_KEY=something
GITHUB_CONSUMER_SECRET=something