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

Nick Bowett
Nick Bowett
2,970 Points

Here they only seem to show how to acquire wordpress locally using a MAC. I have a PC. How does process differ?

I have got XXAMP on my machine. How do I progress?

2 Answers

Hi Nick,

There are various ways on how to do this and Team Treehouse has several different videos on how to do this.

https://teamtreehouse.com/library/how-to-install-wordpress-on-your-computer

Personally, I am a fan of Desktop Server.

MAMP is pretty easy, same process on both systems.

  1. Download and install the app.
  2. Open settings and define your working directory ("my_sites") and choose the PHP version etc.
  3. Open localhost/MAMP in your browser and choose mySQL, login (details are listed on MAMP page) and create a new database for your WordPress install. Something like "mysite_db".
  4. Download WordPress and unzip it in your sites folders and rename it to whatever you want, like "mysite".
  5. Then replace MAMP in with "mysite" in the URL... localhost/mysite.
  6. A guided WordPress installation will appear, just follow that and use your database you just created when asked.

And if you ever want to add more sites or WordPress installs. You just repeat the steps from 3. or 4. depending on if you want a new database for it or not.

Hope it helps.