Lab 1F : Execute APIGateway script with Install action - github2alfred/oracle-apipcs-Lab GitHub Wiki
Now, lets start actual work, so far whatever we have done its some ground work before we start actual installation process.
So, gateway node can be install using single command
./APIGateway -f gateway-props.json -a install-configure-start-join
which does four actions such as install, configure, start and join in sequence. However, In my installation I have adopted different approach. All these action e.g. install, configure, start and join can be run in isolation as well but must be in sequence. So I ran them individually to get more visibility what’s going behind the scene using logs and standard out on terminal screen.
So, first action what I have ran is this:
./APIGateway -f gateway-props.json -a install
Make sure gateway-props.json been updated with required parameters explained in above sections.
Above steps will just install the gateway node product under /u01/apics/install directory. In your environment path could be something else depending up on what directory path you have specified in gateway-props.json file
Also, check the gatewayInstall.log to get details steps performed.
Now, gateway nodes software part been installed, next steps to configure the domain using configure action.