Skip to content

Instantly share code, notes, and snippets.

@rconnelly
Created August 8, 2012 21:02
Show Gist options
  • Select an option

  • Save rconnelly/3298766 to your computer and use it in GitHub Desktop.

Select an option

Save rconnelly/3298766 to your computer and use it in GitHub Desktop.
package.json file with geoip
{
"name": "quadpass",
"author": "Ryan Connelly (/humans.txt)",
"description": "Online gift cards",
"version": "0.0.1-63",
"main": "boot.js",
"dependencies": {
"express": "~2.5.6",
"mongoose": "~2.7.0",
"mongoose-auth": "git://github.com/rconnelly/mongoose-auth.git",
"connect-mongodb": "~1.1.4",
"underscore": ">=1.1.6",
"underscore.string": ">=1.1.6",
"dateformat": "1.0.2-1.2.3",
"restify": "~0.5.4",
"async": "~0.1.15",
"jade": "~0.20.0",
"yelp": "~0.1.1",
"mongodb": "~1.0.2",
"stripe": "~1.1.0",
"canvas": "~0.12.1",
"loggly": "~0.3.11",
"geoip": "0.4.6"
},
"devDependencies": {
"mocha": "*",
"should": "*"
},
"subdomain": "quadpass",
"domains": [
"quadpass.com",
"www.quadpass.com"
],
"scripts": {
"start": "server.js"
},
"engines": {
"node": "0.8.x"
}
}
@rconnelly

Copy link
Copy Markdown
Author

info: Analyzing your application dependencies in server.js
info: Creating snapshot 0.0.1-63
info: Updating app quadpass
info: Activating snapshot 0.0.1-63 for quadpass
info: Stopping app quadpass
info: App quadpass is now stopped
info: Starting app quadpass
error: Error running command deploy
error: Nodejitsu Error (500): Internal Server Error
warn: Error returned from Nodejitsu
error: Error: socket hang up
error: at createHangUpError (http.js:1263:15)
error: at Socket.socketOnEnd (http.js:1351:23)
error: at TCP.onread (net.js:425:26)
info: Nodejitsu not ok

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