Yesterday I have found information about G-WAN server.
I have searched many websites but I couldn't discover how to run frameworks like Web2Py which is more complex then simple hello.py
file.
Is there an easy way to do this?
Maybe uWSGI support?
Yesterday I have found information about G-WAN server.
I have searched many websites but I couldn't discover how to run frameworks like Web2Py which is more complex then simple hello.py
file.
Is there an easy way to do this?
Maybe uWSGI support?
G-WAN supports the
CGI interface
, so theCGI environment variables
are already there. Usually, Web frameworks are built over this layer.If
uWSGI
provides more environment variables that are needed for your project then please drop us a line at gwan.com to explain more precisely what you need.