Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 291 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 291 Bytes

== README

This is CFP App for Ruby Conf Taiwan.

###Necessary Program

  • PostgreSQL 9.3+
  • Redis (for Sidekiq / ActiveJob)

###Before Run:

  • Setup database.yml
  • cp config/application.yml.example config/application.yml

###Running Tests

  • Create Test DB
  • rake spec