Installation is as simple as unzipping the files to any directory on your ISP server on
on localhost. It's easiest to understand the setup by stepping through the PHP scripts that
generate each page. It may look daunting, but there's not many files that require
any modification.
Settug up Windows 10 Home
Windows 10 Home has a built-in Webserver, but as Microsoft sells cloud and other Web services, it
doesn't make it simple to install, sadly. It's easy once you've set it up, though.
Open Control-Panel->Programs and features and switch to the "Turn Windows on or off" pane.
Turn on all the "Internet Information Services" componenst and the "Internet Information Services Web
Core." You will be prompted to restart your computer.
In your browser, search for "web platform installer" and open the link to the Microsoft
Store. Install, ignore the prompt saying there's nothing to do, and switch to the "Products" tab.
Click the 'Name' header to sort by Name, scroll down to "PHP 7.4.13 (x64)", select it, and
click the 'Install' button at the bottom of the panel.
In your browser, search for "Using PHP Manager for IIS to setup and configure PHP" and
select the link to the Microsoft or IIS site, they are the same page. Install the PHP manager.
It will create a widget in the IIS manager.
In Windows Start, type "IIS" in the programs search field and select "IIS Manager."
Find the PHP manager icon in it and double-click it. It will have a 'warning prompt.' Open it
and accept the recommendation to change the home page to 'index.php.'
In the right edge of of the IIS manager, press the 'start' link, or press the 'restart'
link if the Web service is already started. Minimize the IIS manager.
In Windows File manager, navigate to "C:\\inetpub\wwwroot". That is your FILE root
for the Website. Delete the default files in that folder. Download the "cms.zip" in the downloads
section of this page. Unzip it FIRST, then copy all its files to the wwwroot folder.
In your browser, type "localhost" in the browser. You will receive a prompt to enable
directory browsing. Follow those instructions and double click on 'CMS.php.
BAM. your content creator shows up in your browser! Everything is much easier from now on. Lol.