Skip to content

Instantly share code, notes, and snippets.

Created March 14, 2013 01:15
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/6656e1ca66597f1615ad to your computer and use it in GitHub Desktop.
Save anonymous/6656e1ca66597f1615ad to your computer and use it in GitHub Desktop.
Peters-Macbook-Pro:vine-music-video Peter$ jitsu deploy --debug --release
info: Welcome to Nodejitsu pbab_13
info: jitsu v0.12.4, node v0.8.14
info: It worked if it ends with Nodejitsu ok
info: Executing command deploy
warn:
warn: The package.json file has invalid required fields:
warn:
warn: App name
warn:
warn: Prompting user for required fields.
warn: Press ^C at any time to quit.
warn:
prompt: App name: (vine-music-video)
debug: { method: 'POST',
debug: uri: 'http://api.nodejitsu.com/apps/pbab_13/vine-music-video/available',
debug: headers:
debug: { Authorization: '*****************************************************************',
debug: 'Content-Type': 'application/json' },
debug: timeout: '240000',
debug: body: '{"description":"A music video created using content pulled off Vine.","version":"0.3.0-1","config":{"port":"8080"},"scripts":{"start":"node server.js"},"dependencies":{"express":"3.x","socket.io":"0.9.12","mysql":"2.0.0-alpha3","generic-pool":"2.0.2","socket.io-client":"0.9.11","requirejs":"2.1.2","twit":"1.1.4","connect":"2.x","request":"2.x","cheerio":"0.10.7","mongodb":"1.2.13"},"engines":{"node":"0.8.x","npm":"1.1.65"},"subdomain":"vinetune","domains":["vinetune.com","www.vinetune.com"],"name":"vine-music-video"}' }
debug: { statusCode: 200,
debug: result:
debug: { appname: true,
debug: available: false,
debug: message: 'App name / subdomain combination is not available',
debug: subdomain: false,
debug: domain: false } }
error: The subdomain requested is already in use
prompt: subdomain: (pbab_13-vine-music-video.pbab_13)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment