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

Basic Wordpress Question: does both the 1-click install and the famous five minute install have to be used?

I apologize for the very basic question. I am unsure from the videos if both installs need to be done? What is the difference between the two?

6 Answers

No, if you have the 1 click option available all you have to do is use that and you are done with the install. If your hosting provider does not provide the one click install, thats when you have to do the 5 minute one

Thank you, I can't believe I am having so much difficulty with these tracks!! I can't pass the first test, I keep missing two questions. :-/

what are the questions? can you post a link to the quiz?

what are the questions? can you post a link to the quiz?

Well I managed to answer one of the two, so I passed. But he other question is: "To upload files to our hosting accounts, we use _______ software."

I thought this was FileZilla??

What is FileZilla tho? Think what type of software is is? P

hint: the answer is a 3 letter acronym.

Oh....FTP huh?

What is 'F'ileZilla tho? 'T'hink what type of software is is? 'P' lol

James, I'm not sure what you are getting at? Is it not an FTP software??

I was pretty sure FTP is the answer. is it not? filezilla is an FTP client.

It was a hint in the post i gave earlier up on the post, pretty hard to get i guess. Yes it is a FTP.

LOL! Ok, apparently I'm very slow today!! :-D

I blame the heat ;-)

I always do the manual install over the one-click for one simple reason. I can make sure the I have unique secret keys in the config file, and I always change the database prefixes to something a little more ambiguous than the default "wp-[table-name]". It's just a tiny extra layer of security the one click might not give you, since it would be harder to do harmful sql injections when the table prefixes are something custom.