Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 911 Bytes

instructions.md

File metadata and controls

24 lines (15 loc) · 911 Bytes

Get started with nodeAppGitHubTest

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 the 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 nodeAppGitHubTest
    
  7. Access your app: http://nodeAppGitHubTest.mybluemix.net