Created
February 2, 2013 15:56
-
-
Save jonsullivan/4697947 to your computer and use it in GitHub Desktop.
error installing creepagram with new user
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
anon@ubuntu:~/creepagram$ jitsu deploy | |
info: Welcome to Nodejitsu punkrider | |
info: jitsu v0.11.6, node v0.8.18 | |
info: It worked if it ends with Nodejitsu ok | |
info: Executing command deploy | |
info: Analyzing application dependencies in app.js | |
WARN package.json [email protected] No README.md file found! | |
WARN package.json [email protected] No README.md file found! | |
WARN package.json [email protected] No README.md file found! | |
WARN package.json [email protected] No README.md file found! | |
WARN package.json [email protected] No README.md file found! | |
debug: { method: 'GET', | |
debug: uri: 'http://api.nodejitsu.com/apps/punkrider/creepagram', | |
debug: headers: | |
debug: { Authorization: '*********************************', | |
debug: 'Content-Type': 'application/json' }, | |
debug: timeout: 240000 } | |
debug: { statusCode: 404, | |
debug: result: | |
debug: { error: 'not_found', | |
debug: reason: 'missing', | |
debug: status: 404 } } | |
info: Checking app availability creepagram | |
debug: { method: 'POST', | |
debug: uri: 'http://api.nodejitsu.com/apps/punkrider/creepagram/available', | |
debug: headers: | |
debug: { Authorization: '*********************************', | |
debug: 'Content-Type': 'application/json' }, | |
debug: timeout: 240000, | |
debug: body: '{"author":"Jon Sullivan <[email protected]>","scripts":{"start":"app.js"},"version":"0.0.2-21","engines":{"node":"v0.6.x"},"name":"creepagram","subdomain":"creepagram","domain":"creepagram.com","dependencies":{"express":"2.5.x","stylus":"0.24.x","jade":"0.20.x","instagram":"0.0.4","request":"2.9.x","should":"0.5.x","bootstrap":"0.0.2","mocha":"0.13.x"},"analyzed":true,"state":"stopped"}' } | |
debug: { statusCode: 200, | |
debug: result: | |
debug: { appname: true, | |
debug: available: false, | |
debug: message: 'App name / subdomain combination is not available', | |
debug: subdomain: false, | |
debug: domain: false } } | |
error: The subdomain requested is already in use | |
prompt: subdomain: (punkrider.creepagram.punkrider) error: Error running command deploy | |
error: canceled | |
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]> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment