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 trialJon W
6,185 PointsLocal 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
Arthur Verschaeve
20,816 PointsThere 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
39,199 PointsIf 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
25,973 PointsI 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
39,199 Points>
it was just way easier to install MAMP.
Pretty much.
Jon W
6,185 PointsOk guys, I'll just stick with MAMP. Thanks!