Skip to content
This repository has been archived by the owner on Aug 28, 2019. It is now read-only.

zealot128/podfilter

Repository files navigation

http://www.podfilter.de

Build Status Code Climate

Contribute:

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

What could be done?

Releases

No releases published

Packages

No packages published