Uhm, that seems pretty standard WSGI application problem. All WSGI apps will be served the same way by Beanstalk, doesn't matter if it's TG or something else as far as I can see.
I'd gladly merge any PR willing to contribute a page dedicated to beanstalk to https://turbogears.readthedocs.io/en/development/cookbook/deploy/index.html btw, that can only be helpful. It seems the instruction at https://turbogears.readthedocs.io/en/development/cookbook/deploy/mod_wsgi.html mostly apply, apart the part specific to apache file configuration. On Thu, Oct 24, 2019 at 5:30 PM dbrant <[email protected]> wrote: > Thanks, That did help. > > AWS BeanStalk can be a strange beast, but AWS is one of the most > commercial products on the market. TG would do itself a great service to > Tie in more into the AWS environment. > > The minimal mode should work file, but your file helps with the FULL STACK > which I am attempting to implement. > > > > On Thursday, October 17, 2019 at 12:45:26 PM UTC-4, dbrant wrote: >> >> I am trying to run a deployment on AWS Elastic Beanstalk. >> >> I am trying to run it without a container in preconfigured python >> environment. It is asking for as WSGI File. As I am running Waitress I >> know that this can be done by providing a simple script to start the >> waitress server on a port. If anyone has any example this would really >> help. >> (ie. the WSGI Scripted equivalent of "gearbox serve" command) >> > -- > You received this message because you are subscribed to the Google Groups > "TurboGears" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/turbogears/bff874dd-a285-43ed-baac-1de6c695788f%40googlegroups.com > <https://groups.google.com/d/msgid/turbogears/bff874dd-a285-43ed-baac-1de6c695788f%40googlegroups.com?utm_medium=email&utm_source=footer> > . > -- You received this message because you are subscribed to the Google Groups "TurboGears" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/turbogears/CAJfq2JHDMn_9-tEyfcCFPLdNO%3DjQU-fY6_aTctXEDn87nZVATA%40mail.gmail.com.

