Skip to content

Instantly share code, notes, and snippets.

@osipov
Created May 5, 2014 17:54
Show Gist options
  • Save osipov/f7874d9ef1730d15eee7 to your computer and use it in GitHub Desktop.
Save osipov/f7874d9ef1730d15eee7 to your computer and use it in GitHub Desktop.
$ cf push ibm-sso-nodejs-sample -n ibm-sso-nodejs-$RANDOM -c 'node main.js'
Updating app ibm-sso-nodejs-sample in org <your org> / space dev as <your userid>...
OK
Creating route ibm-sso-nodejs-16133.ng.bluemix.net...
OK
Binding ibm-sso-nodejs-16133.ng.bluemix.net to ibm-sso-nodejs-sample...
OK
Uploading ibm-sso-nodejs-sample...
Uploading from: /Users/osipov/Projects/sso-api-sample/ibm-sso-nodejs-sample
15K, 4 files
OK
Starting app ibm-sso-nodejs-sample in org org <your org> / space dev as <your userid>...
-----> Downloaded app package (8.0K)
-----> Downloaded app buildpack cache (316K)
OK
-----> Buildpack version: 2014.3.31.20140416
PRO TIP: Specify a node version in package.json
See https://devcenter.heroku.com/articles/nodejs-support
-----> Defaulting to latest stable node: 0.10.28
-----> Downloading and installing node
-----> Restoring node_modules directory from cache
-----> Pruning cached dependencies not specified in package.json
npm WARN package.json @ No repository field.
-----> Writing a custom .npmrc to circumvent npm bugs
-----> Installing dependencies
npm WARN package.json @ No repository field.
npm WARN package.json express-session@1.0.2 No repository field.
-----> Caching node_modules directory for future builds
-----> Cleaning up node-gyp and npm artifacts
-----> Procfile not found and npm start script is undefined
PRO TIP: Create a Procfile or specify a start script in package.json
See https://devcenter.heroku.com/articles/nodejs-support
-----> Building runtime environment
-----> Uploading droplet (5.5M)
1 of 1 instances running
App started
Showing health and status for app ibm-sso-nodejs-sample in org org <your org> / space dev as <your userid>...
OK
requested state: started
instances: 1/1
usage: 1G x 1 instances
urls: ibm-sso-nodejs-16133.ng.bluemix.net
state since cpu memory disk
#0 running 2014-05-05 01:52:43 PM 0.0% 36.9M of 1G 22.6M of 1G
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment