Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 869 Bytes

File metadata and controls

24 lines (15 loc) · 869 Bytes

Get started with afiliadosbeta

Welcome to your new 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 luisfl92@hotmail.com
     cf target -o luisfl92@hotmail.com -s dev
    
  6. Deploy your app:

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