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 trialNick Bowett
2,970 PointsHere 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
Mark Truitt
17,230 PointsHi 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.
csj
12,678 PointsMAMP is pretty easy, same process on both systems.
- Download and install the app.
- Open settings and define your working directory ("my_sites") and choose the PHP version etc.
- 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".
- Download WordPress and unzip it in your sites folders and rename it to whatever you want, like "mysite".
- Then replace MAMP in with "mysite" in the URL... localhost/mysite.
- 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.