by jeremy@bondbyte.com | Jan 4, 2024 | Uncategorized
This assumes you’ve followed my other blog post about creating a docker environment with a network, Nginx Reverse Proxy and LetsEncrypt NginX Reverse Proxy Companion. #Restore Script #Do this on the host. It will unballz the files. # Find and Replace these...
by jeremy@bondbyte.com | Dec 30, 2023 | Uncategorized
Here’s a handy shell script to get the backup part going. We will need to create the script inside the Docker WordPress Front End and another on the WordPress Docker Backend. We will need to use docker cp on the host to copy the backup files out of the...
by jeremy@bondbyte.com | Nov 14, 2023 | Uncategorized
Here are some notes on how to handle Accounting Principals while also using Design Patterns to solve what appears to be a simple problem. Accounting Principals are the fundamental components to accounting. These principals were invented or conceived long before...
by jeremy@bondbyte.com | Oct 25, 2023 | Uncategorized
Using Docker for hosting WordPress and Mariadb container seems like a no brainer. The container allows sites to be managed, maintained and moved without disrupting the other sites. We will need a nix box in the cloud, static IP is a must. We should probably create a...
by jeremy@bondbyte.com | Jun 11, 2023 | Uncategorized
Point DNS A Record at the host ip. A.k.a this Server. Connect to server and go to var/www and create a new folder for the site we’re going to create. I like to use WincSCP for this step. While connected using WinSCP go to var/www/wordpresstemplate and copy the...