Skip to content

Latest commit

 

History

History
56 lines (34 loc) · 950 Bytes

README.md

File metadata and controls

56 lines (34 loc) · 950 Bytes

DEPRECATED

This project was moved. Use linda-server in linda

Node-Linda-Base

  • Build Status
  • Deploy

Demo

Install Dependencies

% npm install
% npm install coffee-script grunt-cli -g

Run

% grunt build
% grunt server

=> http://localhost:3000

Debug

% grunt
% DEBUG=linda* grunt server

Deploy on Heroku

% heroku create
% heroku config:set NODE_ENV=production
% git push heroku master
% heroku open

rename your app

% heroku apps:rename YOUR-APP-NAME

show logs on heroku

% heroku config:set 'DEBUG=*'
% heroku logs --tail