Skip to content

Instantly share code, notes, and snippets.

@Pagebakers
Last active August 29, 2015 14:04
Show Gist options
  • Save Pagebakers/3e288b46486c85fb70e9 to your computer and use it in GitHub Desktop.
Save Pagebakers/3e288b46486c85fb70e9 to your computer and use it in GitHub Desktop.
NodeJitsu Meteor deployment.

Install Jitsu

npm install jitsu -g

Install demeteorizer

npm install demeteorizer -g

Run demeteorizer

cd /your/meteor/path
demeteorizer -a nodejitsu-appname -n 0.10.x

Setup & Deploy

cd .demeteorized

Add your jitsu 'subdomain' to package.json

jitsu deploy

Now follow the instruction and you're done.

Bugs

There seems to be a bug in the version checking of Meteor. If the app fails te start, comment out the MIN_NODE_VERSION stuff in 'programs/server/boot.js'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment