Created
May 29, 2013 09:53
-
-
Save lenybernard/5669214 to your computer and use it in GitHub Desktop.
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
| root@vpauto:/var/www/vpauto# jitsu deploy | |
| info: Welcome to Nodejitsu appventus | |
| info: jitsu v0.12.11, node v0.8.12 | |
| info: It worked if it ends with Nodejitsu ok | |
| info: Executing command deploy | |
| warn: There is no package.json file in /var/www/vpauto | |
| warn: Creating package.json at /var/www/vpauto/package.json | |
| help: | |
| help: A package.json stores meta-data about an app | |
| help: In order to continue we'll need to gather some information about the app | |
| help: | |
| help: Press ^C at any time to quit. | |
| help: to select a default value, press ENTER | |
| prompt: Application name: (vpauto) | |
| prompt: Subdomain name: (appventus-vpauto) | |
| prompt: scripts.start: (node app) | |
| prompt: version: (0.0.0) | |
| prompt: engines.node: (0.8.x) | |
| warn: About to write /var/www/vpauto/package.json | |
| data: | |
| data: { | |
| data: scripts: { start: 'node app' }, | |
| data: name: 'vpauto', | |
| data: engines: { node: '0.8.x' }, | |
| data: subdomain: 'appventus-vpauto', | |
| data: version: '0.0.0' | |
| data: } | |
| data: | |
| prompt: Is this ok?: (yes) | |
| info: Analyzing application dependencies in node app | |
| info: Checking app availability vpauto | |
| info: Creating app vpauto | |
| info: Creating snapshot 0.0.0 | |
| warn: Snapshot is larger than 50M! | |
| warn: This is not recommended practice. | |
| info Uploading: [======= ] 26%error: Error running command deploy | |
| error: ETIMEDOUT | |
| info: jitsu's client request timed out before the server could respond. Please increase your client timeout |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment