Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 904 Bytes

instructions.md

File metadata and controls

24 lines (15 loc) · 904 Bytes

Get started with smartspaces

Welcome to your new Personality Insights Node.js app!

Node.js app runs on a server-side high performance, highly scalable, event-driven environment with non-blocking I/O that is programmed with the JavaScript programming language.

  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 sandhya.kapoor@us.ibm.com
     cf target -o sandhya.kapoor@us.ibm.com -s dev
    
  6. Deploy your app:

     cf push smartspaces
    
  7. Access your app: smartspaces.mybluemix.net