Skip to content

Instantly share code, notes, and snippets.

@alanklement
Created February 5, 2014 22:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alanklement/8834799 to your computer and use it in GitHub Desktop.
Save alanklement/8834799 to your computer and use it in GitHub Desktop.
Alans-MacBook-Pro:product-site osx$ jitsu deploy
info: Welcome to Nodejitsu alanklement
info: jitsu v0.13.9, node v0.10.1
info: It worked if it ends with Nodejitsu ok
info: Executing command deploy
info: Analyzing application dependencies in node app.js
info: Creating snapshot 0.0.03-33
info Uploading: [=============================] 100%
error: Error running command deploy
error: socket hang up
error: Nodejitsu Error (500): Internal Server Error
help: For help with this error contact Nodejitsu Support:
help: webchat: <http://webchat.nodejitsu.com/>
help: irc: <irc://chat.freenode.net/#nodejitsu>
help: email: <support@nodejitsu.com>
help:
help: Copy and paste this output to a gist (http://gist.github.com/)
info: Nodejitsu not ok
Alans-MacBook-Pro:product-site osx$
*******package.json
{
"name": "aim-analytics",
"version": "0.0.1-3",
"private": true,
"author": "Alan",
"engines": {
"node": "0.10.x",
"npm": "1.2.x"
},
"scripts": {
"start": "node app.js"
},
"dependencies": {
"express": "latest",
"redis": "latest"
},
"subdomain": "analytics.aimmsa",
"domains": [
"analytics.aimmsa.com"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment