/ignitespeak

Collects and organizes Ignite speaking proposals

Primary LanguageJavaScript

ignitespeak

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!

Build Status

Requirements

Ruby 2.2+ Postgres 9.0+

Setup Instructions

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
Deploy

Contributors