1
votes

I am trying to run the WSO2 API Manager from source code.

I have installed orbit,kernel and platform of version 4.0.0

After installing the platform(mvn clean install -Dmaven.test.skip=true -Dproduct=apimgt), what

is the next step to see the API Manger portal in browser

and play around it.

1

1 Answers

2
votes

If you built everything successfully go into product/apimgt//modules/distribution/product/target in platform. then you will find the binary distribution as a zip file you can extract this to a place of your choice and run the wso2server.sh( linux) or wso2server.bat( windows) in the bin folder.

Thanks, Pulasthi