To interact with MySQL by instead of using the command line, phpMyAdmin comes to the rescue, to get it running as part of your local development set up on OS X, a couple of steps need to be done. phpMyAdmin is a browser application that interacts with the underlying mysql data. These steps will work on …
Read More
Search Results for: mac php
How to Install mcrypt for php on Mac OSX Lion 10.8 & 10.7 Development Server
The mcrypt extension is missing. Please check your PHP configuration. The above error appears after you successfully get phpMyAdmin up and running on OS X, generally you don’t have to worry about it, you only need to address the error if you are going to use a web application that requires it, for example Magento, the shopping …
Read More
Set up Virtual Hosts on macOS Catalina 10.15 in Apache
Setting up Virtual Hosts in Apache on on macOS Catalina is straight forward after you have your local Web Development environment up and running – get your web development up and running first including Apache, PHP and MySQL on macOS following this macOS Catalina Apache/PHP/MySQL guide here if required. The process of setting up Virtual Hosts is done …
Read More
Installing Gulp on macOS Mojave and macOS Sierra 10.12
Installing Gulp on macOS Mojave, macOS Sierra and earlier OS versions requires Nodejs and npm (Node Package Manager), so get that installed first following the linked guide. Gulp is an easier and slightly more modern javascript task runner than its sibling Grunt, which helps you automate numerous tasks in your workflow. You need to install Gulp …
Read More
Set up Virtual Hosts on macOS Mojave 10.14 in Apache
Setting up Virtual Hosts in Apache on on macOS Mojave is straight forward after you have your local Web Development environment up and running – get your web development up and running first including Apache, PHP and MySQL on macOS following this macOS Mojave Apache/PHP/MySQL guide here if required. The process of setting up Virtual Hosts is done …
Read More
Set up Virtual Hosts on macos High Sierra 10.13 in Apache
Setting up Virtual Hosts in Apache on on macOS High Sierra and OSX is straight forward after you have your local Web Development environment up and running – get your web development up and running first including Apache, PHP and MySQL on macOS following this macOS High Sierra Apache/PHP/MySQL guide here if required. The process of setting up …
Read More
Setting up VVV Varying Vagrant Vagrants on macOS
This is a 4 part reference guide to getting started with Vagrant, VVV and WordPress. This is Part 2 – Setting up VVV Varying Vagrant Vagrants on macOS Vagrant and WordPress Local Development Vagrant – Getting Started on macOS Vagrant and WordPress – Setting up VVV Varying Vagrant Vagrants on macOS Vagrant and WordPress – Adding Multiple …
Read More
Setting up a Local Development WordPress Environment on Mac OSX
Setting up a new local WordPress development environment on Mac OSX can utilize a number of different solutions with varying levels of complexity you can roll your own solution using some of OSX in built Apache and PHP, or Homebrew. Then there are pre-built AMP(Apache, MySQL & PHP) stacks; free ones XAMPP, Bitnami, MAMP and then …
Read More