Skip to content

Instantly share code, notes, and snippets.

View tquiroga's full-sized avatar

Thomas Quiroga tquiroga

View GitHub Profile
@tquiroga
tquiroga / flightplan-deploy.md
Last active May 17, 2016 10:58 — forked from learncodeacademy/flightplan-deploy.md
Deploy Node.js Apps with Flightplan

##Setup your server (this would ideally be done with automated provisioning)

  • add a deploy user with password-less ssh see this gist
  • install forever npm install -g forever

##Install flightplan

  • npm install -g flightplan
  • in your project folder npm install flightplan --save-dev
  • create a flightplan.js file