Skip to content

Instantly share code, notes, and snippets.

Created July 26, 2012 05:22
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/3180415 to your computer and use it in GitHub Desktop.
Save anonymous/3180415 to your computer and use it in GitHub Desktop.
emcee-mac:hi emcee$ jitsu deploy
info: Welcome to Nodejitsu emcee21
info: It worked if it ends with Nodejitsu ok
info: Executing command deploy
warn: There is no package.json file in /Users/emcee/scratch/jitsu/hi
warn: Creating package.json at /Users/emcee/scratch/jitsu/hi/package.json
help:
help: A package.json stores meta-data about your application
help: In order to continue we'll need to gather some information about your app
help:
help: Press ^C at any time to quit.
help: to select a default value, press ENTER
prompt: App name: (hi)
prompt: subdomain: (emcee21.hi)
prompt: scripts.start: (bin/server)
prompt: version: (0.0.0)
prompt: engines.node: (0.6.x)
error: The application name you have requested is already in use.
prompt: App name: (hi) hithere
warn: About to write /Users/emcee/scratch/jitsu/hi/package.json
data:
data: {
data: scripts: { start: 'bin/server' },
data: engines: { node: '0.6.x' },
data: subdomain: 'emcee21.hi',
data: name: 'hithere',
data: version: '0.0.0'
data: }
data:
prompt: Is this ok?: (yes) yes
info: Analyzing your application dependencies in bin/server
info: Checking app availability hithere
info: Creating app hithere
info: Creating snapshot 0.0.0
info: Updating app hithere
info: Activating snapshot 0.0.0 for hithere
info: Starting app hithere
error: Error running command deploy
error: Nodejitsu Error (500): Internal Server Error
warn: Error returned from Nodejitsu
error: Error: connect ECONNREFUSED
error: at errnoException (net.js:781:11)
error: at Object.afterConnect [as oncomplete] (net.js:772:19)
info: Nodejitsu not ok
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment