Skip to content

Instantly share code, notes, and snippets.

@gaurish
Created June 29, 2013 10:07
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 gaurish/adba5358afb440860ab4 to your computer and use it in GitHub Desktop.
Save gaurish/adba5358afb440860ab4 to your computer and use it in GitHub Desktop.
> jitsu deploy --debug master [e0975e0] modified untracked
info: Welcome to Nodejitsu gary4gar
info: jitsu v0.12.11, node v0.10.12
info: It worked if it ends with Nodejitsu ok
info: Executing command deploy
info: Skipping require-analyzer because noanalyze option is set
debug: { method: 'GET',
debug: uri: 'https://api.nodejitsu.com/apps/gary4gar/easyrtc',
debug: headers:
debug: { Authorization: '*****************************************************************',
debug: 'Content-Type': 'application/json' },
debug: timeout: 240000,
debug: rejectUnauthorized: false }
debug: { statusCode: 200,
debug: result:
debug: { app:
debug: { _id: 'gary4gar/easyrtc',
debug: name: 'easyrtc',
debug: scripts: { start: 'node server.js' },
debug: user: 'gary4gar',
debug: subdomain: 'clownavs',
debug: snapshots:
debug: [ { id: '0.8.0',
debug: md5: '867d072605da7a36105014534fb0bd4e',
debug: filename: 'gary4gar-easyrtc-0.8.0.tgz',
debug: ctime: 1372497472888 } ],
debug: env:
debug: { SUBDOMAIN: 'clownavs',
debug: NODE_ENV: 'production' },
debug: domains: [],
debug: databases: {},
debug: config:
debug: { cloud:
debug: [ { drones: 1,
debug: provider: 'joyent',
debug: datacenter: 'us-east-1',
debug: ram: 256 } ] },
debug: state: 'started',
debug: maxDrones: 1,
debug: drones: 1,
debug: ctime: 1372497253851,
debug: mtime: 1372497495154,
debug: resource: 'App',
debug: _rev: '7-9da2bb396f197ae847bc734e1b5eee24',
debug: version: '0.8.0',
debug: dependencies:
debug: { express: '3.2.x',
debug: 'socket.io': '0.9.x',
debug: winston: '0.7.x' },
debug: description: 'easyRTC enables quick development of webRTC',
debug: repository:
debug: { type: 'git',
debug: url: 'https://github.com/priologic/easyrtc.git' },
debug: engines: { node: '>=0.8' },
debug: id: 'easyrtc',
debug: active:
debug: { id: '0.8.0',
debug: md5: '867d072605da7a36105014534fb0bd4e',
debug: filename: 'gary4gar-easyrtc-0.8.0.tgz',
debug: ctime: 1372497472888,
debug: active: false,
debug: running: false },
debug: subscriptionId: 3531374,
debug: last: null,
debug: running:
debug: { id: '0.8.0',
debug: md5: '867d072605da7a36105014534fb0bd4e',
debug: filename: 'gary4gar-easyrtc-0.8.0.tgz',
debug: ctime: 1372497472888,
debug: active: false,
debug: running: false } } } }
info: Skipping require-analyzer because noanalyze option is set
info: Creating snapshot 0.8.0-1
debug: { method: 'POST',
debug: uri: 'https://api.nodejitsu.com/apps/gary4gar/easyrtc/snapshots/0.8.0-1',
debug: headers:
debug: { Authorization: '*****************************************************************',
debug: 'Content-Type': 'application/octet-stream',
debug: 'Content-Length': 9343856 },
debug: timeout: 240000,
debug: rejectUnauthorized: false }
info Uploading: [=============================] 100%
debug: { statusCode: 201,
debug: result:
debug: { snapshot:
debug: { id: '0.8.0-1',
debug: md5: 'ec14153bf108e02633604b538afab63f',
debug: filename: 'gary4gar-easyrtc-0.8.0-1.tgz',
debug: ctime: 1372500351623 } } }
info: Updating app easyrtc
debug: { method: 'PUT',
debug: uri: 'https://api.nodejitsu.com/apps/gary4gar/easyrtc',
debug: headers:
debug: { Authorization: '*****************************************************************',
debug: 'Content-Type': 'application/json' },
debug: timeout: 240000,
debug: rejectUnauthorized: false,
debug: body: '{"name":"easyrtc","version":"0.8.0-1","homepage":"http://www.easyrtc.com/","author":"Priologic Software Inc. <info@priologic.com> (http://priologic.com/)","description":"easyRTC enables quick development of webRTC","contributors":["Doug Pelton <doug@priologic.com>","Rod Apeldoorn <rod.apeldoorn@priologic.com>","Eric Davies <eric.davies@priologic.com>"],"keywords":["webRTC","easy","easyRTC","RTC","server"],"repository":{"type":"git","url":"https://github.com/priologic/easyrtc.git"},"bugs":{"url":"https://github.com/priologic/easyrtc/issues"},"scripts":{"start":"node server.js"},"dependencies":{"express":"3.2.x","socket.io":"0.9.x","winston":"0.7.x"},"analyze":false,"license":"BSD2","engines":{"node":">=0.8"},"subdomain":"clownavs"}' }
debug: { statusCode: 204, result: undefined }
info: Activating snapshot 0.8.0-1 for easyrtc
debug: { method: 'POST',
debug: uri: 'https://api.nodejitsu.com/apps/gary4gar/easyrtc/snapshots/0.8.0-1/activate',
debug: headers:
debug: { Authorization: '*****************************************************************',
debug: 'Content-Type': 'application/json' },
debug: timeout: 240000,
debug: rejectUnauthorized: false,
debug: body: '{}' }
debug: { statusCode: 200,
debug: result:
debug: { active:
debug: { id: '0.8.0-1',
debug: md5: 'ec14153bf108e02633604b538afab63f',
debug: filename: 'gary4gar-easyrtc-0.8.0-1.tgz',
debug: ctime: 1372500351623,
debug: active: false,
debug: running: false } } }
info: Starting app easyrtc
debug: { method: 'GET',
debug: uri: 'https://api.nodejitsu.com/endpoints',
debug: headers:
debug: { Authorization: '*****************************************************************',
debug: 'Content-Type': 'application/json' },
debug: timeout: 240000,
debug: rejectUnauthorized: false }
debug: { statusCode: 200,
debug: result:
debug: { endpoints:
debug: { joyent:
debug: { 'us-east-1': 'api.nodejitsu.com',
debug: 'us-sw-1': 'api.jyt.us.sw1.nodejitsu.com',
debug: 'us-west-1': 'api.jyt.us.west1.nodejitsu.com',
debug: 'eu-ams-1': 'api.jyt.eu.ams1.nodejitsu.com' },
debug: telefonica:
debug: { 'eu-lon-1': 'api.tf.eu.lon1.nodejitsu.com',
debug: 'eu-mad-1': 'api.tf.eu.mad1.nodejitsu.com' } } } }
debug: { method: 'POST',
debug: uri: 'https://api.nodejitsu.com/apps/gary4gar/easyrtc/start',
debug: headers:
debug: { Authorization: '*****************************************************************',
debug: 'Content-Type': 'application/json' },
debug: timeout: 240000,
debug: rejectUnauthorized: false,
debug: body: '{}' }
debug: { statusCode: 200,
debug: result:
debug: { snapshot:
debug: { id: '0.8.0-1',
debug: md5: 'ec14153bf108e02633604b538afab63f',
debug: filename: 'gary4gar-easyrtc-0.8.0-1.tgz',
debug: ctime: 1372500351623,
debug: active: false,
debug: running: false },
debug: ram: 256,
debug: drones: 1,
debug: provider: 'joyent',
debug: datacenter: 'us-east-1' } }
debug: { method: 'GET',
debug: uri: 'https://api.nodejitsu.com/endpoints',
debug: headers:
debug: { Authorization: '*****************************************************************',
debug: 'Content-Type': 'application/json' },
debug: timeout: 240000,
debug: rejectUnauthorized: false }
debug: { statusCode: 200,
debug: result:
debug: { endpoints:
debug: { joyent:
debug: { 'us-east-1': 'api.nodejitsu.com',
debug: 'us-sw-1': 'api.jyt.us.sw1.nodejitsu.com',
debug: 'us-west-1': 'api.jyt.us.west1.nodejitsu.com',
debug: 'eu-ams-1': 'api.jyt.eu.ams1.nodejitsu.com' },
debug: telefonica:
debug: { 'eu-lon-1': 'api.tf.eu.lon1.nodejitsu.com',
debug: 'eu-mad-1': 'api.tf.eu.mad1.nodejitsu.com' } } } }
debug: { method: 'GET',
debug: uri: 'https://api.nodejitsu.com/apps/gary4gar/easyrtc',
debug: headers:
debug: { Authorization: '*****************************************************************',
debug: 'Content-Type': 'application/json' },
debug: timeout: 240000,
debug: rejectUnauthorized: false }
debug: { statusCode: 200,
debug: result:
debug: { app:
debug: { _id: 'gary4gar/easyrtc',
debug: name: 'easyrtc',
debug: scripts: { start: 'node server.js' },
debug: user: 'gary4gar',
debug: subdomain: 'clownavs',
debug: snapshots:
debug: [ { id: '0.8.0',
debug: md5: '867d072605da7a36105014534fb0bd4e',
debug: filename: 'gary4gar-easyrtc-0.8.0.tgz',
debug: ctime: 1372497472888 },
debug: { id: '0.8.0-1',
debug: md5: 'ec14153bf108e02633604b538afab63f',
debug: filename: 'gary4gar-easyrtc-0.8.0-1.tgz',
debug: ctime: 1372500351623 } ],
debug: env:
debug: { SUBDOMAIN: 'clownavs',
debug: NODE_ENV: 'production' },
debug: domains: [],
debug: databases: {},
debug: config:
debug: { cloud:
debug: [ { drones: 1,
debug: provider: 'joyent',
debug: datacenter: 'us-east-1',
debug: ram: 256 } ] },
debug: state: 'started',
debug: maxDrones: 1,
debug: drones: 1,
debug: ctime: 1372497253851,
debug: mtime: 1372500372008,
debug: resource: 'App',
debug: _rev: '12-b085b52f127e5e03e0a05e2c178820fa',
debug: version: '0.8.0-1',
debug: dependencies:
debug: { express: '3.2.x',
debug: 'socket.io': '0.9.x',
debug: winston: '0.7.x' },
debug: description: 'easyRTC enables quick development of webRTC',
debug: repository:
debug: { type: 'git',
debug: url: 'https://github.com/priologic/easyrtc.git' },
debug: engines: { node: '>=0.8' },
debug: id: 'easyrtc',
debug: active:
debug: { id: '0.8.0-1',
debug: md5: 'ec14153bf108e02633604b538afab63f',
debug: filename: 'gary4gar-easyrtc-0.8.0-1.tgz',
debug: ctime: 1372500351623,
debug: active: false,
debug: running: false },
debug: subscriptionId: 3531374,
debug: last:
debug: { id: '0.8.0',
debug: md5: '867d072605da7a36105014534fb0bd4e',
debug: filename: 'gary4gar-easyrtc-0.8.0.tgz',
debug: ctime: 1372497472888,
debug: active: false,
debug: running: false },
debug: running:
debug: { id: '0.8.0-1',
debug: md5: 'ec14153bf108e02633604b538afab63f',
debug: filename: 'gary4gar-easyrtc-0.8.0-1.tgz',
debug: ctime: 1372500351623,
debug: active: false,
debug: running: false } } } }
info: App easyrtc is now started
info: http://clownavs.nodejitsu.com on Port 80
info: Nodejitsu ok
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment