Ampps is a fantastic piece of software if you want to run a testing server but upgrading on the mac has always been pretty awkward. The first time I upgraded, back when I was a Mac newbie, I deleted all of my files by accident! Luckily I had created a backup first. The good news is Mac users can download and install the update from a compressed file so there is no need to install from the disk image again.
Open Ampps and change the PHP version back to 5.3, then close and exit the software. As with anything I would always make a backup first to be on the safe side. This tutorial uses the terminal – some knowledge would be useful but not required.
The easiest way to open the terminal is to open Spotlight using the keyboard shortcut ctrl + space Type terminal and hit enter.
Once you have created a backup let’s go ahead and grab the update. Please note that this is not the disk image version found on the main website.
Once downloaded copy the 7z file and pop it in your Ampps folder in Applications. Alternatively if you prefer to use the terminal enter
cp ~/Downloads/Ampps-mac-3.3.7z ../../../Applications/AMPPS
Now let’s check to see if the file has been moved into the correct folder
cd ../../Applications/Ampps
List the files in the directory
ls
You should see the update file directly inside the folder (highlighted in the image below).
Now let’s extract that compressed file. Whilst in the terminal enter:
sudo /Applications/Ampps/extra/bin/7za x -r -y /Applications/Ampps/Ampps-mac-3.3.7z
Enter your password and the files will start to extract as in the image below
If all has gone to plan your update will be successful. To check open Ampps, click on the Help tab, click on About and you should see that it’s be updated to the latest version. If you encounter any problems then please feel free to leave a comment.
Welcome to Hot Web Dev October 2024, featuring the latest technology and web development news.… Read More
In this tutorial, you’ll build a fun and interactive guessing game using Svelte 5, the… Read More
Welcome to Hot Web Dev September 2024, featuring the latest technology and web development news.… Read More
The JavaScript guessing game tutorial is a simple beginner's project. It features modern JavaScript syntax… Read More
If you have been following the monthly Hot Web Dev magazine you will find the… Read More
Welcome to Hot Web Dev August 2024, featuring the latest technology and web development news.… Read More