Mac

Ampps For Mac – Update to 3.3 Manually Without Re-installing

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.

Prerequisites

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.

Download and Install Ampps

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

Conclusion

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.

Sources

How to update Ampps manually

Share
Published by
Tracy Ridge

Recent Posts

Hot New Web Dev – October 2024

Welcome to Hot Web Dev October 2024, featuring the latest technology and web development news.… Read More

3 weeks ago

New Svelte 5 Guessing Game 2024

In this tutorial, you’ll build a fun and interactive guessing game using Svelte 5, the… Read More

2 months ago

Hot New Web Dev – September 2024

Welcome to Hot Web Dev September 2024, featuring the latest technology and web development news.… Read More

2 months ago

New JavaScript Guessing Game 2024

The JavaScript guessing game tutorial is a simple beginner's project. It features modern JavaScript syntax… Read More

2 months ago

Hot Web Dev – 12 Useful Top Tools of 2023

If you have been following the monthly Hot Web Dev magazine you will find the… Read More

2 months ago

Hot New Web Dev – August 2024

Welcome to Hot Web Dev August 2024, featuring the latest technology and web development news.… Read More

3 months ago