jberger / Galileo

A Simple Modern Perl CMS
http://galileo-cms.herokuapp.com
166 stars 38 forks source link

shared hosting deployment issue #23

Closed jhgorse closed 10 years ago

jhgorse commented 10 years ago

How can Galileo be deployed with shared hosting?

I have gotten as far as installing it and setting it up via local port forward proxy in ssh, but I can't get the configured setup to generate a FastCGI or CGI set of perl files which can be served by Apache. I can only get it to run the server itself.

Can it be run as a CGI/FCGI application?

jberger commented 10 years ago

I'm sorry it has taken me this long to answer this. Galileo relies on websockets for administration. I'm rather certain that these do not support websockets. I do know that nginx does support them though I doubt your shared host will let you run the mojolicious daemon behind it.