The topics in this section walk you through the steps to quickly configure and test the following:
- A single node Microgateway deployment.
- A high availability deployment scenario where you have two Microgateway instances fronted by a load balancer.
Tip |
---|
If you want to run the Microgateway on Docker, see Deploying the Microgateway as a Docker Container. |
...
...
Depending on your requirement you can either quickly try out the basic single node Microgateway deployment for testing purposes, or you can try out a production level high availability deployment.
Expand |
---|
title | Click here for instructions on how to configure a single node On-Prem Gateway deployment: |
---|
|
Tip |
---|
| Let’s refer to the Microgateway download location as <MICROGATEWAY_HOME> throughout this section. |
- Navigate to
<MICROGATEWAY_HOME>/bin , and execute the following command to start configuring the Microgateway: On Windows: cloud-init.bat --run
On Linux/Mac OS: sh cloud-init.sh This allows you to configures the downloaded Microateway with the settings required to integrate with API Cloud. - Provide your email address, organization key, and password.
Your organization key will be displayed as shown below. The status of the Microgateway will be displayed on completion. - Navigate to
<MICROGATEWAY_HOME>/bin , and execute the following command to run the start up script: On Windows: wso2server.bat --run
On Linux/Mac OS: sh wso2server.sh The Microgateway status will be updated when it starts.
Now you have configured a single Microgateway instance. Next let's test the deployment. |
...