Skip to content

Instantly share code, notes, and snippets.

@curiousest
Created April 15, 2013 07:28
Show Gist options
  • Select an option

  • Save curiousest/5386350 to your computer and use it in GitHub Desktop.

Select an option

Save curiousest/5386350 to your computer and use it in GitHub Desktop.
jitsu deploy
info: Welcome to Nodejitsu curiousest
info: jitsu v0.12.10-1, node v0.8.21
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: (curiousest-blog)
warn: About to write /opt/www/blog/package.json
data:
data: {
data: scripts: { start: 'node_modules/docpad/bin/docpad-server' },
data: name: 'html5-boilerplate.docpad',
data: private: true,
data: devDependencies: { docpad-plugin-livereload: '2.x' },
data: maintainers: [ 'Benjamin Lupton <[email protected]> (http://balupton.com)' ],
data: homepage: 'https://github.com/docpad/html5-boilerplate.docpad',
data: subdomain: 'curiousest-blog',
data: bugs: { url: 'https://github.com/docpad/html5-boilerplate.docpad/issues' },
data: engines: { npm: '1.2', node: '0.10' },
data: version: '0.1.0',
data: author: 'Bevry Pty Ltd <[email protected]> (http://bevry.me)',
data: contributors: [ 'Benjamin Lupton <[email protected]> (http://balupton.com)' ],
data: main: 'node_modules/docpad/bin/docpad-server',
data: dependencies: {
data: docpad-plugin-eco: '~2.0.2',
data: docpad-plugin-coffeescript: '2.x',
data: docpad-plugin-stylus: '2.x',
data: docpad-plugin-text: '2.x',
data: docpad: '6.x',
data: docpad-plugin-livereload: '~2.3.1',
data: docpad-plugin-marked: '2.x',
data: docpad-plugin-partials: '2.x'
data: },
data: description: 'HTML5 Boilerplate skeleton for DocPad. Bare essentials for building a modern website with best practices.',
data: repository: { type: 'git', url: 'http://github.com/docpad/html5-boilerplate.docpad.git' },
data: keywords: [
data: 'docpad-skeleton',
data: 'docpad',
data: 'website',
data: 'skeleton',
data: 'html5 boilerplate',
data: 'h5bp'
data: ]
data: }
data:
prompt: Is this ok?: (yes) yes
error: Error: EACCES, open '/opt/www/blog/package.json'
error: Error running command deploy
help: For help with this error contact Nodejitsu Support:
help: webchat: <http://webchat.nodejitsu.com/>
help: irc: <irc://chat.freenode.net/#nodejitsu>
help: email: <[email protected]>
help:
help: Copy and paste this output to a gist (http://gist.github.com/)
info: Nodejitsu not ok
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment