0.0.2 • Published 10 years ago
rm-headlands v0.0.2
Rm-headlands
Headlands is a way for RM ember apps to seamlessly share various configuration, analytics, and monitoring stuffs.
TrackJS
We are using track JS for automated error logging. Please see http://docs.trackjs.com/tracker/configuration for additional configuration options.
Some references I used for various pieces:
- https://github.com/twokul/ember-cli-bugsnag/blob/master/app/initializers/bugsnag.js
- https://github.com/jherdman/ember-cli-trackj
- https://60devs.com/adding-analytics-to-your-ember-apps-once-and-for-all-using-segment-analytics-js.html
- http://slides.com/gzurbach/error-handling-and-monitoring-with-ember#/23 
- gs 
If you are wanting to contribute.
Installation
- git clonethis repository
- npm install
- bower install
Running
- ember server
- Visit your app at http://localhost:4200.
Running Tests
- ember test
- ember test --server
Building
- ember build
For more information on using ember-cli, visit http://www.ember-cli.com/.