Skip to content

Latest commit

 

History

History
executable file
·
24 lines (15 loc) · 886 Bytes

instructions.md

File metadata and controls

executable file
·
24 lines (15 loc) · 886 Bytes

Get started with homeguard

Welcome to Node JS Web Starter application that uses the IBM DataCache REST interface!

This sample application demonstrates how to write a Node JS application using IBM DataCache REST interface and deploy it on BlueMix.

  1. Install the cf command-line tool.

  2. Download the starter application package

  3. Extract the package and cd to it.

  4. Connect to BlueMix:

     cf api https://api.ng.bluemix.net
    
  5. Log into BlueMix:

     cf login -u [email protected]
     cf target -o [email protected] -s dev
    
  6. Deploy your app:

     cf push homeguard
    
  7. Access your app: http://homeguard.ng.bluemix.net