Manual Meteor production deploy (hackpad)

https://hackpad.com/Production-Meteor-Deploy-Ubuntu-14.04-5TRJ2Erlngg

A client of mine is interested in fully automating meteor deployments with Chef in a corporate environment, so the first step was to thoroughly document the process.
We considered using @arunoda 's wonderful meteor-up (which I use frequently!), but ultimately decided to manage the deployment manually.

I thought this documentation might prove useful to others, and would also greatly appreciate any feedback.

5 Likes

Having a lot of choice and docs for deployment is always a good idea :smile:

hi @jfols in your upstart file, you havent defined the variable $APPLICATION_PATH…can you include that?
thanks

@nitin, good catch! I’ve updated the hackpad, please let me know if you run into any other issues.