Skip to content

rswijesena/product-apim

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WSO2 API Management

WSO2 API Management is an Open Source API Management tool that allows APIs/Services to be Secured, Monitored and Rate Controlled. This tool allows API Developers to design, publish, version and manage API lifecycles. It allows application developers to discover and start consuming APIs. The lightweight API Gateway intercepts all API requests applying Security, Rate Limiting and Monitoring aspects on your APIs.

More information about this product can be found here

Building from source

  1. Download and install JDK 8 update 77 or later
  2. Get a clone or download the source from this repository (https://github.com/wso2/carbon-apimgt)
  3. Run the Maven command mvn clean install from within the carbon-apimgt directory.
  4. Get a clone or download the source from this repository (https://github.com/wso2/product-apim)
  5. Run the Maven command mvn clean install from within the product-apim directory.

Running the product

Running Apache ActiveMQ

  1. Download and install Apache ActiveMQ 5.14.0 from here
  2. Start ActiveMQ using ./bin/activemq start

Running WSO2 Identity Server

  1. Download the WSO2 Identity Server from here
  2. Extract the downloaded wso2is-5.3.0.zip file
  3. Go to the wso2is-5.3.0/bin directory and execute the wso2server.sh script using the command ./wso2server.sh start

Running WSO2 API Manager Analytics

  1. Find the API Manager analytics distribution from product-apim/analyzer/target
  2. Extract the distribution. Ex: unzip wso2apim-das-3.0.0.zip
  3. Go to the wso2apim-das-3.0.0/bin directory and execute the carbon.sh script: ./worker.sh

Running WSO2 API Manager

  1. Find the API Manager product distribution from product-apim/product/target
  2. Extract the distribution. Ex: unzip wso2apim-3.0.0.zip
  3. Go to the wso2apim-3.0.0/bin directory and execute the carbon.sh script: ./carbon.sh

Running WSO2 API Manager Gateway

  1. Find the API Manager gateway distribution from product-apim/gateway/target
  2. Extract the distribution. Ex: unzip wso2apim-gateway-3.0.0.zip
  3. Go to the wso2apim-gateway-3.0.0 directory and execute bin/ballerina run service org/wso2/carbon/apimgt/gateway

Note:

  • Make sure you start the Gateway from wso2apim-gateway-3.0.0 root directory; not inside /bin directory.
  • Make sure you start the Gateway at the end, after starting all the other servers.

Testing

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 92.0%
  • Shell 4.7%
  • Batchfile 3.3%