Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Development Tools

Jon W
Jon W
6,185 Points

Local web server environment - Mac OS X

Is MAMP still the way to go to set up a local *AMP environment?

I see it's 245mb, seems a bit bloated to me!

I have used it before and it was easy, but wondering if theres anything better and more compact these days. Any suggestions? Thanks.

3 Answers

There are some alternatives, but MAMP is still the most easy and best choice. Personally, I use MAMP PRO. I think it costs about $59. MAMP PRO has some interesting more functions and you can make more than one domain.

The large file size of MAMP is ok. MAMP contains the MYSQL software, Apache and much more.

James Barnett
James Barnett
39,199 Points

If you are just doing frontend stuff, your Mac comes with Apache already.

If you are feeling more adventurous you can install it all yourself.

Also for about the same file weight you can use a VM

Keith Doyle
Keith Doyle
25,973 Points

I tried to go the native Apache route. It worked for basic stuff but when I started doing PHP and WordPress stuff it was just way easier to install MAMP.

James Barnett
James Barnett
39,199 Points

> it was just way easier to install MAMP.

Pretty much.

Jon W
Jon W
6,185 Points

Ok guys, I'll just stick with MAMP. Thanks!