Getting Started with Business Operations

Business Operations Setup

About This Task

Note: The information for this service has been supplied by the third-party service provider and is subject to change at any time. General Electric is not responsible for the accuracy of information supplied by third-party service providers.

Add the Business Operations service to your application.

Procedure

  1. List the services in the Cloud Foundry marketplace:
    cf marketplace
  2. Create a business operations service instance:
    cf create-service business-operations <plan> <my_business_operations_service_instance>
    

  3. Enter:
    cf service <my_business_operations_service_instance>
  4. Go to the provided URL to create a Nurego account.
  5. Bind your application to your service instance:
    cf bind-service <application_name> <my_business_operations_service_instance>

  6. Restage your application to ensure the environment variable changes take effect:
    cf restage <application_name>
  7. To view the environment variables for your application, enter the following command:
    cf env <application_name>
    The command shows the environment variables, which contain your basic authorization credentials, client ID, and the endpoint URL.