MAMP

Obtaining WordPress installation files and deploying its whole folder structure on macOS
|

Obtaining WordPress installation files and deploying its whole folder structure on macOS

WordPress is a free and open-source content management system (CMS) written in PHP and paired with a MySQL or MariaDB database.WordPress is used by more than 60 million websites,including 39% of the top 10 million websites as of January 2021.Here we are going to download it and deploy its whole folder structure on macOS. Then you can use it for any new site you want to set up.

Install / Update a new Apache (httpd) server (version 2.4.462) on MAC Mojave using Homebrew

Install / Update a new Apache (httpd) server (version 2.4.462) on MAC Mojave using Homebrew

Mac OS X 10.14 Mojave comes with Apache pre-installed. However, instead of using the delivered version, we’re going to install Apache via Homebrew and then configure it to run on port 80.
Here, we are going to disable the distributed (pre-installed) version of Apache and use a setup entirely from Homebrew.