Installing MDM and Cloudant sample service in an IBM Bluemix environment

Use this procedure to install the service in a Bluemix™ environment. The MDM and Cloudant® sample service provides the web interface through which clients access their cached on-premises MDM data.

Procedure

  1. Log in to Bluemix.
  2. Click Create an App.
  3. Select Node.js runtime.
  4. Specify the application name. The value of the host property defaults to the application name.
  5. Click Create. The application can be accessed by using a URL. For example, http://mdmcloudantsample.mybluemix.net/

    Bluemix associates a git account with your application. git is a version control system. Bluemix assumes that you store your code in a git account from where the code is uploaded into Bluemix. Bluemix therefore associates a git account with your Bluemix application. For example, https://hub.jazz.net/git/integration/mdmcloudantsample

  6. Clone the application URL and push the $SAMPLES_ROOT/node files to that git repository (where your code is stored).
  7. Return to the Bluemix dashboard. Push the contents of the application git repo to Bluemix, and then restart the application.


Last updated: November 6, 2015