Skip to content

Instantly share code, notes, and snippets.

@matejkramny
Created October 11, 2012 13:14
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 matejkramny/3872191 to your computer and use it in GitHub Desktop.
Save matejkramny/3872191 to your computer and use it in GitHub Desktop.
Nodejitsu deploy error
atejs-mac-mini:Website production college matejkramny$ jitsu deploy
info: Welcome to Nodejitsu matejkramny
info: jitsu v0.9.8
info: It worked if it ends with Nodejitsu ok
info: Executing command deploy
info: Analyzing application dependencies in app.js
warn: Local package version appears to be old
warn: The package.json version will be incremented automatically
warn: About to write /Users/matejkramny/Developer/Website production college/package.json
data:
data: {
data: domains: [ 'ocvc.matej.me' ],
data: subdomain: 'matejkramny.ocvc.matej.me',
data: dependencies: { express: '>= 2.5.0', jade: '>= 0.26.2' },
data: version: '0.0.2-1',
data: private: true,
data: name: 'ocvc',
data: engines: { node: '0.8.x' },
data: scripts: { start: 'app.js' }
data: }
data:
prompt: Is this ok?: (yes) yes
info: Creating snapshot 0.0.2-1
error: Error running command deploy
error: Nodejitsu Error (500): Internal Server Error
error: UNKNOWN, mkdir '/root/tmp/tmp-187131h6nku8'
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
{
"name": "ocvc",
"version": "0.0.2-1",
"private": true,
"scripts": {
"start": "app.js"
},
"engines": {
"node": "0.8.x"
},
"dependencies": {
"express": ">= 2.5.0",
"jade": ">= 0.26.2"
},
"subdomain": "matejkramny.ocvc.matej.me",
"domains": [
"ocvc.matej.me"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment