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 trialBryan Elliott
6,835 PointsWhat is installing Wordpress ?
Can anyone explain to me in laymen terms what it means to install WordPress ? I've watched a few videos on Treehouse on the basics of WordPress and how to install it but the idea of what WordPress actually is seems very abstract to me.
Is WordPress like Squarespace ?
If you are installing WordPress, where does it go in relation to your files on the hosting side ? I
2 Answers
kevinhottinger
10,569 PointsIn laymen terms Wordpress is a content management system for managing content on your blog/site. It is also used as a website framework so you can have reusable/manageable markup.
Installing wordpress is setting up required databases, admin pages, default content and a bunch of other things for your site or blog.
I think by default wordpress is installed at the root level but you can change this during the installation.
jason chan
31,009 PointsWordpress is content management system. It's created to create blog posts and web pages.
It can also be created to be ecommerce store. Membership etc. If you want to buy plugins, but you can also develop your own if your strong with php, mysql, and javascript.
Square space is it's own thing. All software is different.