Using YUM
- Download the repo file and save it in the yum repo directory.
wget https://bintray.com/wso2/rpm/rpm -O bintray-wso2-rpm.repo
sudo mv bintray-wso2-rpm.repo /etc/yum.repos.d/
2. Update the yum repository and install WSO2 API Manager.
yum update
yum install wso2am-2.6.0.x86_64
Usando el archivo instalador .rpm
- Descargue el instalador de WSO2 API Manager (paquete RPM) desde la página web de instalación del producto haciendo clic en el mosaico CentOS o el paquete del paquete RPM.
- Ejecute el siguiente comando para iniciar la instalación utilizando un terminal .
sudo rpm -ivh wso2am-linux-installer-x64-2.6.0.rpm
Note:
- Para CentOS, la distribución del producto WSO2 API Manager se instalará en ( CARBON_HOME )
/usr/lib64/wso2/wso2am/2.6.0/
- Para desinstalar el Administrador de API de WSO2, ejecute el siguiente comando
sudo yum remove wso2am-2.6.0
Running the product:
- Run wso2am-2.6.0 in the terminal.
- Once the product starts, access the following URLs on your web browser using the credentials username: admin and password: admin.
Publisher - https://localhost:9443/publisher Store - https://localhost:9443/store Admin console - https://localhost:9443/admin Carbon console - https://localhost:9443/carbon
sudo firewall-cmd --permanent --zone=public --add-port=9443
/tcpsudo firewall-cmd --reload
0 comentarios:
Publicar un comentario