- Install Git, Docker and Docker Compose in order to run the steps provided in following Quick start guide.
-
Clone this repo
git clone https://github.com/wso2/docker-apim
-
Build images locally and start up the containers
docker-compose up --build
Note: Wait for about 3 minutes for all the containers to start up, there's a 3 minute health-check period to ensure that all the services are up and running.
-
Access the WSO2 API Manager web UIs using the below URLs via a web browser. Credentials everywhere:
admin/admin
- https://localhost:9443/publisher
- https://localhost:9443/devportal
- https://localhost:9443/admin
- https://localhost:9443/carbon
Please note that API Gateway will be available on following ports.
- HTTPS: https://localhost:8243
- HTTP: http://localhost:8280
Access the WSO2 API Manager Analytics web UIs using the below URL via a web browser.