Shorts: Composite Instances
Goal: Build multiple instances from a single source snapshot at the same time! Happy building! Github Repo
Goal: Build multiple instances from a single source snapshot at the same time! Happy building! Github Repo
A whimsical journey through time looking at tech stacks and trends
Create a Load Balanced WordPress Environment within IONOS Cloud
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
Migrate your hosted WordPress site to IONOS Cloud
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
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
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
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
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