Created
December 3, 2011 21:07
-
-
Save joshsmith/1428154 to your computer and use it in GitHub Desktop.
Jitsu error with name/subdomain combo
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
Joshua-Smiths-MacBook-Pro:wadsup joshsmith$ jitsu deploy | |
info: Welcome to Nodejitsu | |
info: It worked if it ends with Nodejitsu ok | |
info: Executing command deploy | |
info: Authenticated as joshsmith | |
info: Analyzing your application dependencies in app.js | |
warn: No application exists for wadsup | |
info: Checking app availability wadsup | |
error: Error creating wadsup | |
error: App name / subdomain combination is not available | |
error: Error running command deploy | |
info: Nodejitsu not ok | |
Joshua-Smiths-MacBook-Pro:wadsup joshsmith$ update jitsu | |
-bash: update: command not found | |
Joshua-Smiths-MacBook-Pro:wadsup joshsmith$ jitsu update | |
info: Welcome to Nodejitsu | |
info: It worked if it ends with Nodejitsu ok | |
info: Executing command update | |
error: Error running command update | |
error: Cannot run command on unknown resource: update | |
info: Nodejitsu not ok | |
Joshua-Smiths-MacBook-Pro:wadsup joshsmith$ jitsu -v | |
v0.7.1 | |
Joshua-Smiths-MacBook-Pro:wadsup joshsmith$ jitsu list | |
info: Welcome to Nodejitsu | |
info: It worked if it ends with Nodejitsu ok | |
info: Executing command list | |
info: Authenticated as joshsmith | |
info: Listing apps | |
data: name state subdomain start latest | |
data: application-name stopped wadsup app.js joshsmith-application-name-0.0.1-14.tgz | |
info: Nodejitsu ok |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment