Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

Created June 7, 2013 22:01
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/95c2700e6081a6ff80c3 to your computer and use it in GitHub Desktop.
Save anonymous/95c2700e6081a6ff80c3 to your computer and use it in GitHub Desktop.
C:\Users\mike\tests\testHarbhub2>jitsu deploy
info: Welcome to Nodejitsu harbhub
info: jitsu v0.11.7, node v0.10.10
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 C:\Users\mike\tests\testHarbhub2\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: bundleDependencies: [ 'testModule', 'testModules' ],
data: dependencies: {
data: bignumber.js: '~1.0.1',
data: socket.io: '~0.9.14',
data: nodemailer: '*',
data: mime: '~1.2.9',
data: redis: '~0.8.3'
data: },
data: domain: 'harbhub.com',
data: engines: { node: '0.8.x' },
data: name: 'harbhub',
data: scripts: { start: 'server.js' },
data: subdomain: 'harbhub',
data: version: '0.0.2-6'
data: }
data:
prompt: Is this ok?: (yes)
info: Creating snapshot 0.0.2-6
info Uploading: [=============================] 100%
info: Updating app harbhub
info: Activating snapshot 0.0.2-6 for harbhub
info: Starting app harbhub
info: App harbhub is now started
info: http://harbhub.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