This site contains the documentation that is relevant to older WSO2 product versions and offerings.
For the latest WSO2 documentation, visit https://wso2.com/documentation/.

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 12 Next »

This tutorial demonstrates how you can deploy WSO2 API Gateway on Heroku without leaving your web browser.

Before you begin,

  • Go to https://www.heroku.com/ and create a Heroku account if you do not have one already.

  • Sign in to your Heroku account.

Let's get started:

  1. Go to WSO2 API Gateway in the Heroku elements marketplace.
  2. Click Deploy to Heroku
  3. Specify appropriate values for the fields on the page.

    Tip

    You can obtain the value for WSO2_CLOUD_ORG_KEY from your WSO2 Cloud organization page.


  4. Click Deploy app. This deploys the API Gateway. 
  5. Use the following command and check your application logs to confirm the deployment:

    $ heroku logs --tail -a <application-name>

Now you have successfully deployed WSO2 API Gateway on Heroku.

  • No labels