...
- Download WSO2 API Manager from http://wso2.com/products/api-managermanagement/try-it.
- Install Oracle Java SE Development Kit (JDK) version 1.6.24 or later or 1.7.*.
- Set the
JAVA_HOME
environment variable. - Using the command line, go to <Installation directory>
<APIM_HOME>/bin
and executewso2server.bat
(for Windows) orwso2server.sh
(for Linux). - Wait until you see the message "WSO2 Carbon started in 'n' seconds."
It indicates that the " where 'n' can be any number of seconds.
The server started successfully. To stop the API Manager, simply hit Ctrl-C in the command window.
Creating users and roles
In section Users and roles, we introduced you to a set of users that are commonly found in many enterprises. To create these users in the API Manager, you log in to the management console as an administration user (credentials: admin/admin). The admin use can play the creator, publisher and subscriber roles described earlier. In this section, we explain how to set up these users or custom users and roles.
...