Skip to content

Instantly share code, notes, and snippets.

@AvianFlu
Created July 6, 2011 19:23
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 AvianFlu/b13811b13a019abf3e89 to your computer and use it in GitHub Desktop.
Save AvianFlu/b13811b13a019abf3e89 to your computer and use it in GitHub Desktop.
jitsu #55 confirmation
avian@avianflu:~/hellonode$ rm package.json
avian@avianflu:~/hellonode$ jitsu deploy
info: Welcome to Nodejitsu
info: It worked if it ends with Nodejitsu ok
info: Executing command deploy
info: Authenticated as AvianFlu
warn: There in no valid package.json file in /home/avian/hellonode
warn: Creating package.json at /home/avian/hellonode/package.json
help:
help: A package.json stores meta-data about your application
help: In order to continue we'll need to gather some information about your app
help:
help: Press ^C at any time to quit.
help: to select a default value, press ENTER
prompt: App name (hellonode):
help:
help: The subdomain is where your application will reside.
help: Your application will then become accessible at: http://yourdomain.nodejitsu.com
help:
prompt: subdomain (hellonode): newerrortest
prompt: scripts.start (server.js):
prompt: version (0.0.0):
info: Analyzing your application dependencies in server.js
warn: About to write /home/avian/hellonode/package.json
data:
data: {
data: name: 'hellonode',
data: scripts: { start: 'server.js' },
data: subdomain: 'newerrortest',
data: version: '0.0.0'
data: }
data:
prompt: Is this ok? (yes): yes
info: Analyzing your application dependencies in server.js
warn: Your package.json version will be incremented for you automatically.
warn: About to write /home/avian/hellonode/package.json
data:
data: {
data: name: 'hellonode',
data: scripts: { start: 'server.js' },
data: subdomain: 'newerrortest',
data: version: '0.0.0-1'
data: }
data:
prompt: Is this ok? (yes): yes
warn: Creating new snapshot for version 0.0.0-1
info: Done creating snapshot 0.0.0-1
info: Updating application hellonode
info: Activating snapshot 0.0.0-1 for hellonode
info: Stopping app hellonode
info: App hellonode is now stopped
info: Starting app hellonode
info: App hellonode is now started
info: http://newerrortest.nodejitsu.com on Port 80
info: Nodejitsu ok
avian@avianflu:~/hellonode$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment