The Ruby on Rails application that powers gaslight.co.
git clone [email protected]:gaslight/gaslight.co.git
cd gaslight.co
./script/bootstrap
rails server
Note: You'll need access to the Heroku instance.
script/data
./script/ci
- You'll need access to gaslight.herokuapp.com. You can add yourself as a collaborator using the credentials in the accounts spreadsheet.
git remote add production [email protected]:gaslight.git
git push production master
Assets are pushed to S3 and deployed to CloudFront on deploy. You don't need to do anything special.
We're using Travis.
- Issues are tracked using GitHub issues.