When I try to run the example site on a newly-setup machine, it complains that directory /tmp/pids
doesn't exist. I can fix this by creating it (mkdir -p tmp/pids
), so I'm thinking this probably should be part of the bundle, to make it easier for contributors to test out the gem.