WPCloudDeploy Documentation

How The Scripts Work

There are an extensive set of files that comprise the scripts – most of which are bash scripts ending in .sh.

The entry point into the scripts is install.sh.

It automatically pulls in and uses scripts in the subfolders. The subfolders have the following scripts:

You can probably figure out what each of these scripts do simply from their names – install_nginx.sh for example, handles installing NGINX on a server instance.

The CloudFormation template is in the TEMPLATES folder.

Each bash script (scripts ending in .sh) ultimately feeds information into the CloudFormation template.

Share: