Created
January 6, 2012 17:42
-
-
Save jmar777/1571615 to your computer and use it in GitHub Desktop.
gaas-license-verification jitsu deploy error
This file contains 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
jmar777:gaas-license-verification jeremymartin$ jitsu deploy | |
info: Welcome to Nodejitsu | |
info: It worked if it ends with Nodejitsu ok | |
info: Executing command deploy | |
info: Authenticated as jmar777 | |
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/jeremymartin/Projects/gaas-license-verification/package.json | |
data: | |
data: { | |
data: name: 'GaaS License Verification', | |
data: version: '0.0.1-1', | |
data: private: true, | |
data: subdomain: 'gaas-license-server', | |
data: dependencies: { | |
data: jade: '0.20.0', | |
data: stylus: '0.22.0', | |
data: express: '2.5.4' | |
data: }, | |
data: scripts: { start: 'app.js' } | |
data: } | |
data: | |
prompt: Is this ok? (yes): yes | |
warn: Creating new snapshot for version 0.0.1-1 | |
info: Done creating snapshot 0.0.1-1 | |
info: Updating application GaaS License Verification | |
info: Activating snapshot 0.0.1-1 for GaaS License Verification | |
error: Error creating snapshot for app GaaS License Verification | |
error: socket hang up | |
help: | |
help: Usage: | |
help: | |
help: Deploys an application using the following steps: | |
help: | |
help: 1. Creates the application (if necessary) | |
help: 2. Creates or validates the package.json | |
help: 3. Packages and creates a new snapshot | |
help: 4. Stops the application (if necessary) | |
help: 5. Starts the application | |
help: | |
help: jitsu deploy | |
help: jitsu apps deploy | |
help: | |
error: Error running command deploy | |
info: Nodejitsu not ok |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment