Created
October 26, 2012 11:17
-
-
Save hunterloftis/3958255 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
~/work/boilerplate2 (master *) $ jitsu deploy | |
info: Welcome to Nodejitsu hunterloftis | |
info: jitsu v0.10.2, node v0.8.11 | |
info: It worked if it ends with Nodejitsu ok | |
info: Executing command deploy | |
info: Analyzing application dependencies in node server.js | |
warn: Local package version appears to be old | |
warn: The package.json version will be incremented automatically | |
warn: About to write /Users/hunter/work/boilerplate2/package.json | |
warn: Using '*' as a version for dependencies may eventually cause issues | |
warn: Use specific versions for dependencies to avoid future problems | |
warn: See: http://package.json.jit.su for more information | |
data: | |
data: { | |
data: author: 'Hunter Loftis <[email protected]>', | |
data: dependencies: { | |
data: jade: '*', | |
data: express: '3.0.0rc2', | |
data: stylus: '*', | |
data: connect-timeout: '*', | |
data: oauth: '*', | |
data: github: '*', | |
data: connect-redis: '*' | |
data: }, | |
data: subdomain: 'components', | |
data: engines: { node: '0.8.x' }, | |
data: devDependencies: { | |
data: zombie: '1.3.1', | |
data: mocha: '*', | |
data: superagent: 'git://github.com/hunterloftis/superagent.git', | |
data: should: '*' | |
data: }, | |
data: name: 'components', | |
data: scripts: { start: 'node server.js' }, | |
data: version: '0.0.1-11' | |
data: } | |
data: | |
prompt: Is this ok?: (yes) | |
info: Creating snapshot 0.0.1-11 | |
info Uploading: [== ] 9% | |
info: Updating app components | |
info: Activating snapshot 0.0.1-11 for components | |
info: Starting app components | |
error: Error running command deploy | |
error: socket hang up | |
info: | |
jitsu's client request timed out before the server could respond | |
info: This error may be due to network connection problems | |
help: For help with this error contact Nodejitsu Support: | |
help: webchat: <http://webchat.nodejitsu.com/> | |
help: irc: <irc://chat.freenode.net/#nodejitsu> | |
help: email: <[email protected]> | |
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