Get your Local Web Development Environment Up & Running on OSX 10.11 El Capitan With OSX 10.11 El Capitan, here is how to get the AMP stack up and running. This tutorial will go through the process on getting Apache, MySQL, PHP (or otherwise known as the ‘AMP’ stack) and phpMyAdmin running on the El Capitan OS. This tutorial sets up the AMP stack in more of a …
Read More
Search Results for: mac php
How to set up Virtual Hosts in Apache on macos Sierra and OSX
Setting up Virtual Hosts in Apache on on macOS 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 AMP stack guide here if required. The process of setting up Virtual Hosts is done …
Read More
Get Apache, MySQL, PHP and phpMyAdmin working on OSX 10.10 Yosemite
Get your Local Web Development Environment Up & Running on OSX 10.10 Yosemite With Apples’ new OSX 10.10 Yosemite out of the bag, getting the AMP stack up and running on the new OSX may cause a few bumps on the upgrade from OS X Mavericks 10.9. This tutorial will go through the process on getting Apache, MySQL, PHP (or otherwise known as …
Read More
How to set up Virtual Hosts in Apache on Mac OSX 10.10 Yosemite
Setting up Virtual Hosts in Apache on Mac OSX 10.10 Yosemite 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 following this AMP stack guide here 10.10 if required. The process of setting up Virtual Hosts is done easier in …
Read More
Up and running with wp-cli for WordPress on Mac OSX
WordPress has a command line tool which operates similar to what Drush does for Drupal, it is called wp-cli and runs on OSX/Linux operating systems with a minimum of PHP 5.3.2 or later and WordPress 3.5.2. Install wp-cli on OSX curl -O https://raw.githubusercontent.com/wp-cli/builds/gh-pages/phar/wp-cli.phar Make it executable chmod +x wp-cli.phar Move it into your Path mv wp-cli.phar /usr/local/bin/wp In the above …
Read More
Fastest Way of Installing Drupal 7.26 on Mac OS X 10.9 , 10.8, 10.7
Fastest Way to install the latest Drupal 7 version on Mac OS X Mavericks 10.9 or 10.8 Drupal is a quality CMS application and is as simple or complex as your needs vary, it runs on the same foundations that Mac OS X Mavericks or Mountain Lion, Lion or Snow Leopard provides similar to …
Read More
Get Apache, MySQL, PHP and phpMyAdmin working on OSX 10.9 Mavericks
Get your Local Web Development Server Up & Running on OSX 10.9 Mavericks With the new OSX Mavericks being installed faster than any predecessor, getting the AMP stack running on OSX 10.9 Mavericks is is pretty much the same as on OS X Mountain Lion 10.8. This tutorial will go through the process on getting Apache, MySQL, PHP and phpMyAdmin running on the …
Read More
Installing PostgreSQL database on OS X 10.9 Mavericks and phpPGadmin
This tutorial is a guide to install PostgreSQL database application OS X 10.9 Mavericks and the client app pgAdmin and browser tool phpPgAdmin to interact with the databases.