-2

team, how can I deploy my "Rank and Retrieve" in bluemix. I already checked all possible links but those are either old or very confusing. Please help.

  • 1
    Hi Chiranjit, welcome to stackoverflow. Unfortunately, your question is much to broad and is likely to get closed. Please read the help section to ensure questions you post meet the stackoverflow criteria: http://stackoverflow.com/help/asking – Chris Snow Jan 23 '17 at 12:24

1 Answers1

0

Deploying an instance Retrieve and Rank in Bluemix is simply a matter of navigating to the Bluemix Catalog and selecting Retrieve and Rank. From here, you can choose a plan and create the service instance for Retrieve and Rank.

Once the service instance is created, you are provided a set of service credentials e.g. api url, username, and password. You can use these credentials the Retrieve and Rank API directly. If you application is also running in Bluemix, you can access the service credentials via the VCAP_SERVICES environment variable.

cmd
  • 11,622
  • 7
  • 51
  • 61