Load-Balanced-WordPress

Goal:  Build a WordPress environment with separate DB instance and multiple WordPress instances fronted by a load balancer. Video:  Check out the Webinar where we walk through this process  https://youtu.be/3OPAoFGgYo8 This how-to is going to go through the following Building a NAT Gateway and Internal Network Build DB server Build Load Balancer and Front

Load-Balanced-WordPress2022-10-19T14:02:29+00:00

Install Mysql on Ubuntu Instance

These cloud-init files will download and install Mysql Server onto an Ubuntu 20.04 LTS instance in the IONOS cloud.  The Deploy 1 file should be used if you are getting an IP address via DHCP.  The Deploy 2 file should be used if creating a private network and statically assigning an IP address. Please

Install Mysql on Ubuntu Instance2022-07-11T14:26:54+00:00

Terraform Ubuntu WordPress Server

The below Terraform files will create a new IONOS VDC and server instance, as part of the provisioning process we are also base64 encoding the cloud-init-wp-install.yaml file and setting that for our cloud-init or user_data which will run on first boot only. Prerequisites: You will need terraform installed Hashicorp how to install Terraform You

Terraform Ubuntu WordPress Server2022-07-11T14:27:30+00:00

Cloud-init wordpress install

Create a single Wordpress instance using a cloud-init config and bash script Login to the DCD via https://dcd.ionos.com Create a new data center from the Data Center designer menu in the upper left and select the region from the drop down below the description area Add a server item by clicking on server from

Cloud-init wordpress install2022-12-13T15:20:21+00:00

Send WordPress notifications to Slack

Easily integrate Wordpress events to a slack channel for monitoring and CI/CD integration. Go to slack.com and register for a free account On your wordpress site, add and activate the “Slack Notifications” plugin by dzorski From the WP admin section select the “Slack Notifications” icon Go to slack.com and setup a webhook as per

Send WordPress notifications to Slack2022-07-11T14:28:49+00:00

WordPress Install Bash Script

What this bash script does Installs apache2 webserver, mysql-server and PHP required for wordpress Enables Apache2 webserver to autostart Enables mysql-server to autostart Creates a randomly generated mysql DB name Creates and randomly generated mysql username and password Creates a randomly generated mysql root user password Downloads and installs wordpress Writes the usernames and

WordPress Install Bash Script2022-07-11T14:29:28+00:00
Go to Top