Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
wget http://dist.wso2.org/products/api-manager/1.12.0/wso2am-1.12.0.zip

Build from Source
Anchor
source
source

...

The WSO2 API Manager release 1.12.0 is based on Carbon 4.0.23.

Anonymous Checkout

The complete source including the Carbon platform can be checked out anonymously from SVN with this command:

Code Block
$ svn checkout http://svn.wso2.org/repos/wso2/carbon/platform/tags/4.0.23/products/apimgt/1.12.0 wso2carbon

The list of commands that can be run are as follows. If you only want to build the API Manager, you have to always use the option "-Dproduct=apimgt".

...