Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/5xruby/rubyconftw-cfp
https://github.com/5xruby/rubyconftw-cfp
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/5xruby/rubyconftw-cfp
- Owner: 5xRuby
- License: apache-2.0
- Created: 2016-08-22T04:13:13.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-02-13T03:43:54.000Z (11 months ago)
- Last Synced: 2024-04-13T19:29:52.210Z (9 months ago)
- Language: Ruby
- Size: 2.84 MB
- Stars: 8
- Watchers: 4
- Forks: 10
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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