Skip to content

g2think/gaslight.co

 
 

Repository files navigation

gaslight.co

Code Climate Build Status

The Ruby on Rails application that powers gaslight.co.

Setup

  1. git clone [email protected]:gaslight/gaslight.co.git
  2. cd gaslight.co
  3. ./script/bootstrap
  4. rails server

Getting Production Data

Note: You'll need access to the Heroku instance.

  1. script/data

Testing

  1. ./script/ci

Deploy

  1. You'll need access to gaslight.herokuapp.com. You can add yourself as a collaborator using the credentials in the accounts spreadsheet.
  2. git remote add production [email protected]:gaslight.git
  3. git push production master

Assets are pushed to S3 and deployed to CloudFront on deploy. You don't need to do anything special.

CI

We're using Travis.

Issues

  1. Issues are tracked using GitHub issues.

Releases

No releases published

Packages

No packages published