Created
December 24, 2011 12:40
-
-
Save goloroden/1517270 to your computer and use it in GitHub Desktop.
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
golo@Eisbaer:~/Projekte/de.goloroden.www/website$ jitsu apps destroy de.goloroden.www | |
info: Welcome to Nodejitsu | |
info: It worked if it ends with Nodejitsu ok | |
info: Executing command apps destroy de.goloroden.www | |
info: Authenticated as goloroden | |
info: Destroying app goloroden/de.goloroden.www | |
info: Nodejitsu ok | |
golo@Eisbaer:~/Projekte/de.goloroden.www/website$ nano package.json | |
golo@Eisbaer:~/Projekte/de.goloroden.www/website$ jitsu deploy | |
info: Welcome to Nodejitsu | |
info: It worked if it ends with Nodejitsu ok | |
info: Executing command deploy | |
info: Authenticated as goloroden | |
info: Analyzing your application dependencies in app.js | |
warn: No application exists for de.goloroden.www | |
info: Checking app availability de.goloroden.www | |
info: Creating app de.goloroden.www | |
warn: Creating new snapshot for version 0.0.56 | |
info: Done creating snapshot 0.0.56 | |
info: Updating application de.goloroden.www | |
info: Activating snapshot 0.0.56 for de.goloroden.www | |
error: Error creating snapshot for app de.goloroden.www | |
error: Nodejitsu Error (500): Internal Server Error | |
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 neccessary) | |
help: 5. Starts the application | |
help: | |
help: jitsu deploy | |
help: jitsu apps deploy | |
help: | |
error: Error running command deploy | |
info: Nodejitsu not ok | |
golo@Eisbaer:~/Projekte/de.goloroden.www/website$ jitsu snapshots activate | |
info: Welcome to Nodejitsu | |
info: It worked if it ends with Nodejitsu ok | |
info: Executing command snapshots activate | |
info: Authenticated as goloroden | |
info: Listing snapshots for de.goloroden.www | |
data: name created md5 | |
data: 0.0.56 2011/12/24 13:42:38 045187c54c7a0c7d791f410c3bc571df | |
prompt: Snapshot Name: 0.0.56 | |
error: Error running command snapshots activate | |
error: Nodejitsu Error (500): Internal Server Error | |
error: Property repository.type is required. | |
info: Nodejitsu not ok |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment