zealot128 / podfilter

Podfilter.de Rails app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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?

About

Podfilter.de Rails app


Languages

Language:Ruby 77.8%Language:HTML 18.7%Language:CSS 2.1%Language:CoffeeScript 0.9%Language:Shell 0.3%Language:JavaScript 0.2%