Skip to content

Instantly share code, notes, and snippets.

@goloroden
Created December 29, 2011 22:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save goloroden/1536532 to your computer and use it in GitHub Desktop.
Save goloroden/1536532 to your computer and use it in GitHub Desktop.
golo@Eisbaer:~/Projekte/de.goloroden.core/website$ nano package.json
golo@Eisbaer:~/Projekte/de.goloroden.core/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: Creating new snapshot for version 0.0.24
info: Done creating snapshot 0.0.24
info: Updating application de.goloroden.core
info: Activating snapshot 0.0.24 for de.goloroden.core
error: Error creating snapshot for app de.goloroden.core
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.core/website$ npm --version
1.0.106
golo@Eisbaer:~/Projekte/de.goloroden.core/website$ node --version
v0.6.2
golo@Eisbaer:~/Projekte/de.goloroden.core/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.core
info: Listing snapshots for de.goloroden.core
data: name created md5
data: 0.0.23 2011/12/29 23:7:21 929edce6091bb5927bdc97f6eb19055d
data: 0.0.24 2011/12/29 23:42:2 81364b58df0778adf85faa0292fb63ae
prompt: Snapshot Name: 0.0.24
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