Posts tagged ‘shell scripting’

Managing code releases

by Josh Fraser on March 25, 2009


Recently I decided to streamline my code release process. I use subversion for my source control which means I push code live by running svn up on each of our production servers. I'm lazy, so I wanted an easier way to do this all at once. The end ...

How to start MAMP on port 80 without a password

by Josh Fraser on December 2, 2008


I'm a big fan of MAMP. It's the fastest way for anyone to get set up with a local PHP/MySQL development environment on a mac. One of the small annoyances with MAMP is that it requires you to enter your password all the time if you want to run it on ...