This is the base setup I use specifically to launch new apps on Dreamhost's shared hosting plan (there are probably some optimizations that could be made to this). While this should work with other ...
This package support the fastcgi mode, so you may config a nginx serve to access fastcgi mode to this. nginx configuration(in server) location / { root html; index ...