Skip to content

Latest commit

 

History

History
32 lines (25 loc) · 392 Bytes

README.md

File metadata and controls

32 lines (25 loc) · 392 Bytes

live

To run locally:

  1. Clone repo
git clone [email protected]:Microryza/live.git
cd live
  1. Install node
brew install node
  1. Install packages
npm install
  1. Install foreman
gem install foreman
  1. Copy the librato, new relic & redis env variables from heroku config and put in .env

  2. Start app

foreman start