enaml-web icon indicating copy to clipboard operation
enaml-web copied to clipboard

[DOC] WGSI bootstrap to Enaml-web ?

Open Kochise opened this issue 1 year ago • 2 comments

Hi,

I have a domain that is served through a WGSI engine.

Is there a way to startup Enaml-web instead ?

Regards.

Kochise avatar Sep 06 '23 09:09 Kochise

There are many python http servers (django, tornado, flask, etc..) with wsgi support that you can use. Just replace whatever the default template engine is with enaml-web.

frmdstryr avatar Sep 06 '23 18:09 frmdstryr

The problem is that it is a isp web hosting that only provides a WSGI entry point :

https://docs.gandi.net/en/web_hosting/languages/python.html https://docs.gandi.net/en/web_hosting/advanced_configurations/uwsgi.html

Must investigate how to supersede it à-la "I reject your reality and substitute my own".

Regards.

Kochise avatar Sep 06 '23 19:09 Kochise