Skip to content

Instantly share code, notes, and snippets.

Created January 12, 2013 14:24
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 anonymous/4518265 to your computer and use it in GitHub Desktop.
Save anonymous/4518265 to your computer and use it in GitHub Desktop.
$ sudo jitsu deploy
info: Welcome to Nodejitsu penta
info: jitsu v0.11.4, node v0.8.16
info: It worked if it ends with Nodejitsu ok
info: Executing command deploy
info: Analyzing application dependencies in server.js
warn: Local package version appears to be old
warn: The package.json version will be incremented automatically
warn: About to write /home/penta/Desktop/node/javascript/decentplanner/package.json
data:
data: {
data: version: '0.1.0-7',
data: subdomain: 'liflow',
data: name: 'LiFlow',
data: engines: { npm: '1.1.x', node: '0.8.x' },
data: dependencies: {
data: connect: '~2.7.2',
data: mongojs: '~0.4.6',
data: mongodb: '1.x',
data: express: '~3.0.6',
data: socket.io: '0.x'
data: },
data: scripts: { start: 'server.js' },
data: description: 'activities tracker and planner'
data: }
data:
prompt: Is this ok?: (yes)
info: Creating snapshot 0.1.0-7
info21 Uploading: [=============================] 100%
info: Updating app LiFlow
info: Activating snapshot 0.1.0-7 for LiFlow
info: Starting app LiFlow
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:1264:15)
error: at Socket.socketOnEnd (http.js:1352:23)
error: at TCP.onread (net.js:418:26)
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment