published by lauggh on Wed, 05/18/2011 - 16:21
If you've been utilizing MAMP to run PHP, MySQL and Apache on your development workstation and want to implement Apache VirtualHosts, this HowTo worked for me:
published by lauggh on Sun, 05/15/2011 - 23:25
Apparently if you don't have Xcode installed on your machine, it's a bitch to try and install Git and Wget. So give up that $5 and get Xcode from the App Store. Download and install. Takes about an hour, depending on your internet speed.
Then install Homebrew.
Run the command:
$ brew install wget
$ brew install git
And now to install Drush, which is the whole reason this started.
1. Run Terminal and start from your Desktop.
cd ~/Desktop
published by lauggh on Mon, 05/09/2011 - 10:29
This is an issue I ALWAYS come across with each site I develop and I ALWAYS have to figure out how to fix. Which .htaccess files do I change? Why am I getting a 500 Server Error again? What do I do now?