Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/5xruby/rubyconftw-cfp


https://github.com/5xruby/rubyconftw-cfp

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

== README

This is CFP App for [Ruby Conf Taiwan](http://rubyconf.tw).

###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