Created
October 8, 2013 06:25
-
-
Save thebigredgeek/6880344 to your computer and use it in GitHub Desktop.
Can't deploy
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
andrew@andrew-desktop:~/WebstormProjects/angular-quiz$ jitsu deploy | |
info: Welcome to Nodejitsu rhyneandrew | |
info: jitsu v0.13.2, node v0.10.18 | |
info: It worked if it ends with Nodejitsu ok | |
info: Executing command deploy | |
info: Analyzing application dependencies in node index.js | |
warn: Local package version appears to be old | |
warn: The package.json version will be incremented automatically | |
warn: About to write /home/andrew/WebstormProjects/angular-quiz/package.json | |
data: | |
data: { | |
data: bugs: { url: 'https://github.com/thebigredgeek/quizzius/issues' }, | |
data: description: 'Collaborative study, simplified', | |
data: devDependencies: { | |
data: grunt-bump: '0.0.11', | |
data: grunt-contrib-clean: '~0.5.0', | |
data: grunt-protractor-runner: '~0.1.1', | |
data: grunt-contrib-watch: '~0.5.3', | |
data: grunt-karma: '~0.6.2', | |
data: protractor: '~0.10.0', | |
data: grunt: '~0.4.1', | |
data: grunt-angular-templates: '~0.4.1', | |
data: grunt-contrib-cssmin: '~0.6.2', | |
data: grunt-express-server: ' ~0.4.3', | |
data: express: '~3.4.0', | |
data: grunt-strip: '~0.2.1', | |
data: grunt-plato: '~0.2.1', | |
data: grunt-concurrent: '~0.3.1', | |
data: grunt-contrib-copy: '~0.4.1', | |
data: grunt-contrib-uglify: '~0.2.4', | |
data: karma-coverage: '~0.1.0', | |
data: grunt-contrib-coffee: '~0.7.0', | |
data: grunt-contrib-haml: '~0.1.1', | |
data: grunt-contrib-concat: '~0.3.0', | |
data: selenium-webdriver: '~2.35.2' | |
data: }, | |
data: domains: [ 'www.quizzius.com', 'quizzius.com' ], | |
data: engines: { node: '0.10.x' }, | |
data: homepage: 'https://github.com/thebigredgeek/quizzius', | |
data: keywords: [], | |
data: main: 'index.js', | |
data: name: 'Quizzius', | |
data: repository: { type: 'git', url: 'https://github.com/thebigredgeek/quizzius.git' }, | |
data: scripts: { install: 'bower install', start: 'node index.js' }, | |
data: subdomain: 'quizzius', | |
data: version: '0.0.0-1' | |
data: } | |
data: | |
prompt: Is this ok?: (yes) yes | |
info: Creating snapshot 0.0.0-1 | |
info Uploading: [=============================] 100% | |
error: Error running command deploy | |
error: Nodejitsu Error (500): Internal Server Error | |
help: For help with this error contact Nodejitsu Support: | |
help: webchat: <http://webchat.nodejitsu.com/> | |
help: irc: <irc://chat.freenode.net/#nodejitsu> | |
help: email: <[email protected]> | |
help: | |
help: Copy and paste this output to a gist (http://gist.github.com/) | |
info: Nodejitsu not ok |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment