Skip to content

Instantly share code, notes, and snippets.

@josketres
Created September 22, 2013 20:43
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 josketres/d77e483ac0af6b82f035 to your computer and use it in GitHub Desktop.
Save josketres/d77e483ac0af6b82f035 to your computer and use it in GitHub Desktop.
vagrant@precise32:/doctalk$ jitsu deploy
info: Welcome to Nodejitsu josketres
info: jitsu v0.13.2, node v0.10.15
info: It worked if it ends with Nodejitsu ok
info: Executing command deploy
warn:
warn: The package.json file is missing required fields:
warn:
warn: Subdomain name
warn:
warn: Prompting user for required fields.
warn: Press ^C at any time to quit.
warn:
prompt: Subdomain name: (josketres-doctalk)
warn: About to write /doctalk/package.json
data:
data: {
data: dependencies: {
data: karma: '~0.10',
data: ejs: '0.8.4',
data: express: '3.3.5',
data: karma-ng-scenario: '~0.1'
data: },
data: description: '...',
data: engines: { node: '0.10.x' },
data: name: 'doctalk',
data: private: true,
data: scripts: { start: 'node app.js' },
data: subdomain: 'josketres-doctalk',
data: version: '0.0.1-2'
data: }
data:
prompt: Is this ok?: (yes)
info: Analyzing application dependencies in node app.js
info: Creating snapshot 0.0.1-2
info Uploading: [=============================] 100%
error: Error running command deploy
error: Nodejitsu Error (500): Internal Server Error
help: For help with this error contact Nodejitsu Support:
help: webchat: <http://webchat.nodejitsu.com/>
help: irc: <irc://chat.freenode.net/#nodejitsu>
help: email: <support@nodejitsu.com>
help:
help: Copy and paste this output to a gist (http://gist.github.com/)
info: Nodejitsu not ok
vagrant@precise32:/doctalk$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment