Skip to content

Latest commit

 

History

History
40 lines (30 loc) · 1.3 KB

README.textile

File metadata and controls

40 lines (30 loc) · 1.3 KB
h1. Welcome to Handrai.se!

====

HandRaise is a ‘question counter’ for creating question queues in a class setting. It allows the teacher or TA to see who to help next.

Versions / Database

  • Ruby 1.9.3
  • Rails 3.2
  • Postgres database

Getting Started: Application.yml file

  • Create an application.yml file
  • Insert the following code into the application.yml, replacing [[input_description]] with the actual input:
    TWILIO_ACCOUNT_SID: [[Twilio account SID]]
    TWILIO_AUTH_TOKEN: [[Twilio account auth token]]
    TWILIO_FROM: [[Twilio phone number]]

GITHUB_CLIENT_ID: [[Github client_ID]]
GITHUB_CLIENT_SECRET: [[Github client_secret]]

MAILGUN_DOMAIN : [[Mailgun domain name]]
MAILGUN_LOGIN : [[Mailgun user name]]
MAILGUN_PASSWORD : [[Mailgun password]]

Getting Started: Part 2

  • bundle install
  • rake db:create
  • rake db:migrate
  • Update exception notification email details in exception_notifier.rb

Web Servers & background processes

  • rails s
  • http://localhost:3000/
  • whenever —update-crontab

About us
Handrai.se was built by Anthony Wijnen , Ei-Lene Heng , Eugene Wang and Jane Vora while attending The Flatiron School

last update: 26th April 2013