Like a lot of devs these days I run a local version of the websites that I work on under version control to safeguard and streamline my development process. For a few years now I have been using MAMP Pro to handle the stack on my machine, as almost all of the work I have been doing has been php, mySQL, Apache based.
Not long after starting to use Ruby on Rails I found Pow and really liked its simplicity and ease of use. However, out of the box it doesn’t play nicely with MAMP and you will not be able to access MAMP based sites if Pow is running.
This post details how to get them working together.






