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 WordPress Locally

How do you install a Local Wordpress Development for Windows?

The instructor had me install XAMPP and then delete all the files in the htdocs folder. however I don't know how to initialize the database so I can install Wordpress.

In the video he his only showing how to do it for MAC.

Scott Cox
Scott Cox
12,219 Points

Hi Jami!

You should check out this video where Zac shows you how to install XAMP on Windows.

If you don't get on with XAMP, you should give WAMP a go. That's what I use and I've not had any problems! If you wanna know more about starting your database in PHPMyAdmin then let me know!

Hope that helps!

3 Answers

Melinda Golden
seal-mask
.a{fill-rule:evenodd;}techdegree seal-36
Melinda Golden
Full Stack JavaScript Techdegree Graduate 25,815 Points

In your browser, go to localhost/xampp/index.php, click on phpMyAdmin and log in. Or go to localhost/phpmyadmin. Then you should be able to follow the same instructions in the video.

Running Windows 10: In the XAMPP Control Panel (the small window that is running the server) find the column labled Module. Scan down to MySQL. Notice the "Actions" area next to the stop button and click "Admin." This is essentially the same as clicking "open start page" on MAMP. You can just scrub the video to the 1:00 mark an you'll be back on track.

I found this to be really helpful for setting up and using xampp on windows. https://premium.wpmudev.org/blog/setting-up-xampp/