Lab 1B : Download Gateway Node Installer - github2alfred/oracle-apipcs-Lab GitHub Wiki

For the purpose of this lab, you may download via this link:

https:// You can use wget command from linux.

For production, please follow this tutorial:

Once gateway created, click on node option and click further on “Download Gateway Installer” option

A ApicsGatewayInstaller.zip file will of 1.1 GB will be downloaded

Once installer downloaded, we need to move this installer to either on-premise server or spin a machine in cloud and then unzip it there. In my case I have created VM in Oracle cloud and also created a directory path called /u01/apics and 4 sub directories beneath that e.g. Java, install, archive, archive1 containing jdk1.8, gateway domain, unzip version of installer, and zip version of installer respectively.

Once installer unziped there are two important files we will be using in rest of steps as highlighted below. APIGateway is the script file which will perform the installation, configuration, start/stop/status and join action and this script needs gateway-props.json file as an input which contains various parameters values.