Skip to content

Instantly share code, notes, and snippets.

@RaphiePS
Created March 26, 2012 05:00
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 RaphiePS/3284a047f52e7e51b976 to your computer and use it in GitHub Desktop.
Save RaphiePS/3284a047f52e7e51b976 to your computer and use it in GitHub Desktop.
Sudo needed
jitsu deploy
info: Welcome to Nodejitsu
info: It worked if it ends with Nodejitsu ok
info: Executing command deploy
info: Analyzing your application dependencies in server.js
warn: Local version appears to be old.
warn: Your package.json version will be incremented for you automatically.
warn: About to write /Users/raphie/Dropbox/getupforgood/package.json
data:
data: {
data: scripts: { start: 'server.js' },
data: version: '0.0.0-3',
data: engines: { node: '0.6.x' },
data: subdomain: 'getupforgood',
data: name: 'getupforgood'
data: }
data:
prompt: Is this ok? (yes): yes
{
"process": {
"pid": 1578,
"uid": 501,
"gid": 20,
"cwd": "/Users/raphie/Dropbox/getupforgood",
"execPath": "/usr/local/bin/node",
"version": "v0.6.12",
"argv": [
"node",
"/usr/local/bin/jitsu",
"deploy"
],
"memoryUsage": {
"rss": 40488960,
"heapTotal": 28367296,
"heapUsed": 12287712
}
},
"os": {
"loadavg": [
2.7001953125,
2.21826171875,
1.640625
],
"uptime": 7278
},
"trace": [],
"stack": [
"Error: EACCES, permission denied '/Users/raphie/.jitsu/tmp/raphie-getupforgood-0.0.0-3.tgz'"
],
"level": "error",
"message": "uncaughtException"
}
╭─raphie at Raphies-MacBook-Air in ~/Dropbox/getupforgood using
╰─○ sudo jitsu deploy
Password:
info: Welcome to Nodejitsu
info: It worked if it ends with Nodejitsu ok
info: Executing command deploy
info: Analyzing your application dependencies in server.js
warn: Local version appears to be old.
warn: Your package.json version will be incremented for you automatically.
warn: About to write /Users/raphie/Dropbox/getupforgood/package.json
data:
data: {
data: scripts: { start: 'server.js' },
data: subdomain: 'getupforgood',
data: version: '0.0.0-4',
data: name: 'getupforgood',
data: engines: { node: '0.6.x' }
data: }
data:
prompt: Is this ok? (yes):
warn: Creating new snapshot for version 0.0.0-4
info: Done creating snapshot 0.0.0-4
info: Updating application getupforgood
info: Activating snapshot 0.0.0-4 for getupforgood
info: Stopping app getupforgood
info: App getupforgood is now stopped
info: Starting app getupforgood
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment