I was hoping some folks could share some good sites on WordPress and perhaps some tutorials on getting it up and running (MySQL etc.).
Thanks.
Thanks.
kgarner said:Are you trying to get it running on your local machine or your hosting service? If its the former, there is a great tutorial on maczealots.com (just google for wordpress os x, it should be the first one). If its the latter, then you just need to edit the config file with the right info (your hosting service can get that for you), then you just upload it and go to www.yoursite.tld/wp-admin/install.php. They ask a few questions and then you're done.
Do you want it on your computer (and therefore not accessible from the web) or on some web host or other (and accessible from the web)? (Or are you meaning something else)?iGary said:Don't know which I plan to run it on. Suggestions? (I'm a Web idiot).
link92 said:Do you want it on your computer (and therefore not accessible from the web) or on some web host or other (and accessible from the web)? (Or are you meaning something else)?
i wonder how well it would work to upload the db. the only way i know how to do it w/ mysql would involve dropping the entire db on the target server and creating it from a backed up file.kgarner said:Then you can just copy things over tot he server when you are ready. The only caveat is that they share two different databases so the content will be different
I have backed up my online DB to my local DB. The caveat is because WordPress stores some info like the site address (which it accesses to get addresses for content) you can cause some problems since you can't have your local install at the same address as the online install.zimv20 said:i wonder how well it would work to upload the db. the only way i know how to do it w/ mysql would involve dropping the entire db on the target server and creating it from a backed up file.
anyone try this with the wordpress db?
kgarner said:I have backed up my online DB to my local DB. The caveat is because WordPress stores some info like the site address (which it accesses to get addresses for content) you can cause some problems since you can't have your local install at the same address as the online install.
Yeah you can do that too. I just forgot about that little problem once and borked my local install. I got it fixed, but in the process borked my hosted install. I didn't even discover it until the following afternoon. phpMyAdmin fixed the hosted install a lot easier than trouble I went through to fix the local install.Josh said:Check out CocoaMySQL. Once you download your online DB to your local machine, you can use CocoaMySQL (or even phpMyAdmin) on your local machine to just edit that particular table in your database, and change it to your local address.
iGary said:Screw it, I think I will use Rapidweaver.
Sounds like a pain in the ass.