Created
March 4, 2012 23:20
-
-
Save joshvermaire/1975341 to your computer and use it in GitHub Desktop.
Jitsu Deploy
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Joshs-MacBook-Air:turntable joshvermaire$ 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 app.js | |
warn: Local version appears to be old. | |
warn: Your package.json version will be incremented for you automatically. | |
warn: About to write /Users/joshvermaire/Sites/turntable/package.json | |
data: | |
data: { | |
data: engines: { node: 'v0.6.x' }, | |
data: name: 'BrilliantTurntableBot', | |
data: version: '0.0.1-5', | |
data: subdomain: 'brilliantttbot', | |
data: dependencies: { underscore: '>0.0.1', ttapi: '1.2.1' }, | |
data: scripts: { start: 'app.js' } | |
data: } | |
data: | |
prompt: Is this ok? (yes): | |
warn: Creating new snapshot for version 0.0.1-5 | |
info: Done creating snapshot 0.0.1-5 | |
info: Updating application BrilliantTurntableBot | |
info: Activating snapshot 0.0.1-5 for BrilliantTurntableBot | |
info: Stopping app BrilliantTurntableBot | |
info: App BrilliantTurntableBot is now stopped | |
info: Starting app BrilliantTurntableBot | |
error: Error running command deploy | |
error: Nodejitsu Error (500): Internal Server Error | |
error: | |
error: There was an error while attempting to start your application. | |
error: Error spawning drone | |
error: Script prematurely exited | |
error: | |
error: This type of error is usually a user error. | |
error: Error output from your application: | |
error: | |
error: carapace has wrapped: /usr/local/src/joshvermaire/BrilliantTurntableBot/turntable/app.js | |
info: Nodejitsu not ok |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment