Setting up VirtualHosts to work with Mac OSX/MAMP

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:

Installing Drush on OSX 10.6.7

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

Tags:

Removing Drupal subdirectory from your URL

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?

Tags:

Subscribe to gracelau.org RSS