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

WordPress Local WordPress Development Local WordPress Development Installing a Local Web Server on a PC

Maria De Bruyn
Maria De Bruyn
4,635 Points

I already have LAMP installed on my Linux computer. Is there any reason why XAMPP would be better?

Just curious if XAMPP has any special features that LAMP doesn't have.

3 Answers

Christopher Loyd
PLUS
Christopher Loyd
Courses Plus Student 5,806 Points

No.

Installing XAMPP on your linux box is going to be the same as installing LAMP on your linux box. XAMPP may include some additional libraries, but core functionality is going to be the same.

XAMPP is just the cross-platform version of LAMP, allowing it to be installed on Windows and Mac.

I'm pretty sure the differences between XAMPP and LAMP should be trivial given that Apache, MySQL, and Perl/PHP/Python still make up both stacks.

YMMV, but I've followed along with a lot of the lessons here using a Linux setup as well, and found that the only hiccups were the ones I was already used to anyhow. Good luck!

Maria De Bruyn
Maria De Bruyn
4,635 Points

Thanks for letting me know.