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

slashrocket/redditgraphed

Repository files navigation

README

slashrocket - Slack | Code Climate | Gittens

Contributing

Feel free to contact us on slack at: https://slashrocket.io

Background processing

  • Requires Redis
  • Requires Elasticsearch
  • Done via sidekiq
  • Start sidekiq via: 'bundle exec sidekiq'
  • Restart sidekiq via: 'kill -kill $(cat tmp/pids/sidekiq.pid) && bundle exec sidekiq'
  • Follow the sidekiq logs via: 'tail -f log/sidekiq.log'
  • If this is your first time launching the application, be sure to run 'Subscriber.reindex' in rails console

database.yml

We had some issues with different contributers needing different username/password combos for PostgreSQL so we have removed the universal database.yml. In order to get yours up and running, rename database_example.yml to database.yml