The title might be a bit off, since I’m not providing you with a step by step guide. This post do however sum up my notes during the install.
I started by following excellent guide:
Mephisto and Dreamhost
After looking at several guides, this one was really the easiest to follow.
Now Mephisto was installed and I wanted to add multiple sites support and I followed the guide:
Setting up Mephisto for multiple sites
I did everything but couldn’t figure out why the site still used the site root (/public) as cache location. Well silly me. As it turned out I had to restart the fcgi process (something that I really thought I’ve already done). So… Remember to do a:
touch public/dispatch*
from the application root folder.