Yesterday morning I tried out the new MAMP Pro 3.0, and I must say that it is awesome. Unlike the old MAMP, I can quickly spin up new development sites with custom urls like, “www.themightymo.dev” using a simple gui interface. Additionally, it seamlessly integrates into my existing git workflow, because I can point the web root for a specific url (such as www.themightymo.dev) to my local git repository. So there is no need to clone the repository into the “htdocs” folder as I used to have to do with the old MAMP.
Additionally, MAMP Pro provides a simple way to create self-signed SSL certificates so my local installs work fine with clones of my “https” sites (such as www.themightymo.com).
The other tool I was playing with over the last couple of weeks is called, “Vagrant“, specifically the “VVV” distribution. It is, in some ways, more feature-rich than MAMP Pro in that it allows for exact clones of production servers. This is awesome for high value sites on custom setups. But for 99% of websites on the internet, it is overkill.
With Vagrant, there is no gui built in – it’s all command line. This gives users the fine-grain control they need, but it has a steep learning curve, and, for beginners, it’ll be next-to-impossible to get up-and-running. I did find a gui-ish script as well as some helpful add-on command line libraries but getting those set up was a big learning curve as well. With MAMP Pro, it’s as simple as downloading a file and double-clicking it.
So, while Vagrant has its awesome stuff to be sure and will be really useful in some specific situations, I will be using MAMP Pro for most of the websites I work on and only pulling out Vagrant where it’s absolutely necessary.
More posts from themightymo.com
My WordPress Maintenance Process
A few quick things: My WordPress Maintenance Process Demo, Part 1 Transcript: You’ll see immediately after logging in, you see the 11 updates needed as well as some messages. I’m just gonna quickly read. It looks like this. I don’t need to worry about. Are you enjoying Monster Insights? Not really <laugh>. What’s to enjoy…
How to style FacetWP checkbox hierarchy results using jQuery
I recently invested many hours trying to target and style a FacetWP taxonomy facet that uses hierarchy for display. It should be noted that you can use straight up CSS for some styling (and should use css wherever possible), but sometimes you need javascript to target parent elements and such. I thought I’d document the…
How to fix SpinupWP ballooning disk space issue
A site we host on Digital Ocean recently went down. It took me a lot of troubleshooting and digging before realizing that the issue was that our disk space was maxed out on Digital Ocean. The site in question needs ~20gb of space, so our 50gb server should be plenty. But alas, there it was…