Skip to content

Instantly share code, notes, and snippets.

@harbhub
Created February 12, 2013 00:03
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 harbhub/4758798 to your computer and use it in GitHub Desktop.
Save harbhub/4758798 to your computer and use it in GitHub Desktop.
C:\Users\mike\testjitsu>jitsu deploy --debug
info: Welcome to Nodejitsu harbhub
info: jitsu v0.11.7, node v0.8.14
info: It worked if it ends with Nodejitsu ok
info: Executing command deploy
info: Analyzing application dependencies in server.js
debug: { method: 'GET',
debug: uri: 'https://api.nodejitsu.com/apps/harbhub/harbhub',
debug: headers:
debug: { Authorization: '*********************************',
debug: 'Content-Type': 'application/json' },
debug: timeout: 240000 }
debug: { statusCode: 404,
debug: result:
debug: { error: 'not_found',
debug: reason: 'missing',
debug: status: 404 } }
info: Checking app availability harbhub
debug: { method: 'POST',
debug: uri: 'https://api.nodejitsu.com/apps/harbhub/harbhub/available',
debug: headers:
debug: { Authorization: '*********************************',
debug: 'Content-Type': 'application/json' },
debug: timeout: 240000,
debug: body: '{"name":"harbhub","domain":"harbhub.com","subdomain":"harbhubs
sl","scripts":{"start":"server.js"},"version":"0.0.0-21","engines":{"node":"0.8.
x"},"dependencies":{"socket.io":"~0.9.13","redis":"~0.8.2","mime":"~1.2.9","ugli
fy-js":"~2.2.4"},"analyzed":true,"state":"stopped"}' }
debug: { statusCode: 200,
debug: result:
debug: { appname: true,
debug: available: false,
debug: message: 'App name / subdomain combination is not available',
debug: subdomain: true,
debug: domain: false } }
C:\Users\mike\testjitsu>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment