Speaker and speaking proposal management system for Ignite Baltimore. We use this app to accept speaking proposals and to produce various documents needed to run each event. This is also the hub where speakers upload their presentations. The app currently runs at speak.ignitebaltimore.com
We'd like to expand it to be useful for all Ignite projects worldwide. Check out our Issues page for examples of what needs to happen. Join us!
- TODO add some public CI build status graphics a la http://docs.travis-ci.com/user/status-images/
Ruby 2.2+ Postgres 9.0+
cp sample.env .env
You can edit this file to have your own secret token and login information.
Open config/database.yml and configure
username: postgres
to be the username in your environment
Setup the database in your environment
rake db:setup
Add a proposal to the database
rake db:seed
To get your own ignitespeak app up and running, click the button
- Original coding by Mike Subelsky