I want to deploy bugzilla on dotcloud, but the perl environment is psgi.
The doc said I must use "modules to add PSGI hooks to legacy CGI or FastCGI applications".
I found CGI::Emulate::PSGI module but could not figure out how to do it.
I am a Python programmer and have no experience in Perl.
I had partial success with bugzilla-4.0.2 on a local openSUSE. I don't think Bugzilla will be suitable for cloud deployment in the short term because of its large amount of manual setup necessary. Follow the instructions referenced from
docs/en/html/index.html, then runand visit
http://localhost:5000/index.cgi. The static files are missing, e.g. stylesheets. Something like along the lines ofis necessary, but mounting to the same path actually does not work in Plack 0.9985, or I'm doing it wrong.