Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 599 Bytes

File metadata and controls

33 lines (20 loc) · 599 Bytes

sm-dashboard

Streammachine Analytics

Listeners by Show

/schedule

Listeners by Device

/

Listeners by stream

/api/listens

Development

If you make any changes to the javascript, remember to run bundle exec rake assets:precompile to get application.js up to date.

Deployment

How to run locally

Make sure you have a valid config/secrets.yml. If you're unsure of what it should look like, take a look at config/secrets.yml.template

bundle install

bundle exec rails s

How to run in production

/startup.sh starts passenger, which runs the app.