Archive for the ‘osx’ Category
10 Step Install for WordPress on OSX
Instructions for Leopard, OSX 10.5 are here
Setting up WordPress on my home computer was supposed to be painless but did not turn out that way at all.
If you are installing WordPress on OSX and everything is set up and working but WordPress will not talk to the server skip right to step 10 on the instruction page. Or better go to MySQL Reference for OSX there are a few solutions on that page. I took the easy one.
Another great set of instructions for setting up WordPress on OSX is Installing WordPress on Tiger. It is a very easy to follow set of instructions. I had to go look up a few things that weren’t covered there. I hope I covered everything in my directions.
PERL script to find and replace every string in a sub directory
This is a tool that enters a sub-directory and reads and changes one string to another.
I use it when I make major updates to my website or am updating links. I can have it search for the old link and replace it with the new link. (or any other piece of text you’d like to change).
It puts the altered files in the working directory and leaves the originals unchanged. It also prints to the screen the file name and line number of any changes made.