Skip to content
This repository has been archived by the owner on Oct 22, 2019. It is now read-only.

slashrocket/hackathon

Repository files navigation

Hackathon: Simple Hackathon Organization

Log in through your organization's Slack

    Enable the slack login via omniauth by entering the following eviroment variables: 
    * API_KEY
    * API_SECRET
    * TEAM_ID

Assign "Participant" badge in your Discourse community to Hackathon participants

     Set your following discourse's API (should be a general/master API Token):
    * DISCOURSE_API_KEY
    * DISCOURSE_API_USERNAME
    * DISCOURSE_URL

Assign Admin users

    Set the following enviromental value:
    * ADMIN_EMAILS
    (format: '[email protected],[email protected]')

How to Start the app

    Run:
    bundle exec sidekiq
    bundle exec rails server