Skip to content

experiment/live

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

live

To run locally:

  1. Clone repo
git clone git@github.com: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