{"id":1,"date":"2023-08-12T03:34:38","date_gmt":"2023-08-12T03:34:38","guid":{"rendered":"http:\/\/localhost:8000\/?p=1"},"modified":"2023-08-31T20:45:21","modified_gmt":"2023-08-31T20:45:21","slug":"hello-world","status":"publish","type":"post","link":"http:\/\/192.168.10.35:8000\/hello-world\/","title":{"rendered":"Publishing WordPress Sites without a PHP server"},"content":{"rendered":"\n
As I’m typing this up, I am watching the Boston Strangler movie on Netflix with my wife. I wanted to see how fast I could spin up a blog. <\/p>\n\n\n\n
My requirements:<\/strong><\/p>\n\n\n\n Even though it’s known for blogging, WordPress is a great CMS. Chances are, you’ve engaged with many websites that were built in WordPress. It’s a powerful tool. The dilemma is that I want to pay as little as possible to host the content. A web server with PHP and database server MySQL are required to run WordPress. <\/p>\n\n\n\n Even though server hosting has been commoditized these days, I’d prefer to not have these worries. Some of the top web hosting companies have had issues at scale. I don’t anticipate my content demanding too much from their infrastructure, but my neighbor might cause me issues. Not to mention security concerns that have to be maintained.<\/p>\n\n\n\n The solution<\/strong><\/p>\n\n\n\n At one of the design agencies I worked, we consulted an enterprise that required running Content Management Systems behind a corporate network. All content would have to be compiled to static HTML pages before being published. This meant no live systems were allowed to execute PHP or have direct\/indirect access to a database.<\/p>\n\n\n\n This site gave me step by step instructions for knocking this out:<\/p>\n\n\n\n\n
\n