Installing via the Installer¶
The following sections explain as to how to to use the WSO2 API Manager installer.
Download and install the product¶
If the installation prerequisites are satisfied, follow the steps below:
-
Go to the WSO2 API Manager product page and download the WSO2 API Manager Installer.
Note
Note that there are several options available to install the product on various environments. Use the available links for more information on each option.
-
Double-click to open the installation wizard (
.pkg
file), which will guide you through the installation. When you finish, the product will be installed and ready for use.
Access the HOME directory¶
Let's call the installation location of your product the <API-M_HOME>
directory.
If you installed the product using the installer, this directory is located in a place specific to your OS as shown below:
OS |
Home Directory |
---|---|
Mac OS | /Library/WSO2/APIManager/3.0.0 |
Windows | C:\Program Files\WSO2\APIManager\3.0.0 |
Ubuntu | /usr/lib/wso2/APIManager/3.0.0 |
CentOS | /usr/lib64/APIManager/3.0.0 |
Uninstall the product¶
If you installed the product using the installer, you can uninstall it by following the instructions below:
OS | Instructions |
---|---|
Mac OS |
Open a terminal and run the following command as the root user:
sudo bash /Library/WSO2/APIManager/3.0.0/uninstall.sh
|
Windows | Go to the Start Menu -> Programs -> WSO2 -> Uninstall API Manager 3.0.0 or search Uninstall API Manager 3.0.0 and click the shortcut icon. This will uninstall the product from your computer. |
Ubuntu |
Open a terminal and run the following command:
sudo apt-get purge wso2am-3.0.0
|
CentOS |
Open a terminal and run the following command:
|
What's next?¶
- See the instructions for running the product.