Skip to content

Instantly share code, notes, and snippets.

Created September 18, 2012 13:19
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/3743055 to your computer and use it in GitHub Desktop.
Save anonymous/3743055 to your computer and use it in GitHub Desktop.
nodejitsu deploy output
info: Welcome to Nodejitsu futureadlabs
info: jitsu v0.9.8
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 /Users/andrewwilliams/Development/Future Ad Labs/Node/Experiments/webserver/package.json
data:
data: {
data: engines: { node: '>=0.6' },
data: description: 'a simple service to deliver capcthas',
data: name: 'PlayCaptcha',
data: version: '0.0.1-8',
data: scripts: { start: './server.js' },
data: author: 'FutureAdLabs <andy@futureadlabs.com>',
data: subdomain: 'playcaptcha',
data: directories: [ 'Scripts' ],
data: dependencies: { node-static: '0.6.x' },
data: contributors: [
data: { name: 'Andy Williams', email: 'andy@futureadlabs.com' }
data: ]
data: }
data:
prompt: Is this ok?: (yes) y
info: Creating snapshot 0.0.1-8
info: Updating app PlayCaptcha
info: Activating snapshot 0.0.1-8 for PlayCaptcha
info: Starting app PlayCaptcha
info: App PlayCaptcha is now started
info: http://playcaptcha.jit.su on Port 80
info: Nodejitsu ok
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment