Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 737 Bytes

instructions.md

File metadata and controls

24 lines (15 loc) · 737 Bytes

Get started with ${app}

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 ${api-url}
    
  5. Log into Bluemix:

     cf login -u ${username}
     cf target -o ${org} -s ${space}
    
  6. Deploy your app:

     cf push ${app}
    
  7. Access your app: http://${route}