Posts

Showing posts from July, 2021

WSO2 APIM Changing the hostname for web portals

Image
  Hello WSO2 guys! In this post, I'll show how can you customise the hostname of the respective web portals of API Manager viz. devportal, publisher portal, carbon console and the admin console. Below environment I am using for this demonstration- WSO2APIM 3.2.0 Ubuntu Linux 18.x Do hostfile entry in VM by editing the hostfile as vi /etc/hosts 127.0.0.1       api.mydomain.com First download the WSO2 API Manager from here  (I am using v3.2.0)  Unzip the package as unzip wso2am-3.2.0.zip Navigate to the bin directory <APIM_HOME>/bin Start API Manager as ./wso2server.sh Open the browser and go to https://api.mydomain:9443/carbon & login with default credentials as admin/admin (it works because of hostfile entry)   Navigate to the Service providers If you don't see any provider in the list, then just open two URLs https://localhost:9443/publisher & https://localhost:9443/devportal respectively and refresh the carbon console service provider page. Now you'll see

Installing Docker CE on RHEL 7.7

Image
Installing Docker CE on RHEL 7.7 Configure the Docker Repo This is the scenario where we don't have yum facility to directly pull the packages, rather manually needs to add the repository and then apply yum command to install docker    sudo yum-config-manager - -add-repo   https://download.docker.com/linux/centos/docker-ce.repo Linux Package Requirement Download Link container-selinux-2.74-1.el7.noarch.rpm  http://ftp.riken.jp/Linux