On Wed, Mar 25, 2015 at 9:00 AM, Christoph Zwerschke <[email protected]> wrote:
> Am 25.03.2015 um 13:42 schrieb Michael Pedersen: > >> 1) Would it be advisable to change the quickstart to set the host >> parameter to 0.0.0.0? This will allow the TG quickstart to be up and >> running with minimal effort on the part of the user. Right now, they >> have to be told to modify the development.ini to 0.0.0.0 for the >> virtualbox to actually be visible to the host. >> > > I would consider it a security problem. > > On a virtualbox it will not run without changes anyway, they will at least > need to add a port forwarding rule. These things should just be clearly > explained in the docs. Actually, this is not correct for the setup I'm building. I'm using Vagrant, and vagrant allows me to include configuration such that the port forwarding rule is built in and functioning by default (which I have done). It's true that it is a relatively minor change for the user, but I'm aiming for something that is as simple as possible for the user to work with. It's definitely not a requirement, but it would be nice to minimize the need for the user to change anything in the quickstart just to get it going. > > 2) This image is being released with Python 3.4. I remember that >> Alessandro mentioned a need for a custom patch to Genshi with Python >> 3.4, but I don't remember where to get that. Any links to the package >> would be greatly appreciated. >> > > I think if suffices to set genshi.name_constant_patch in the config. > I did not know that variable existed. I will test it out tonight. Thank you! -- Michael J. Pedersen My Profile: http://www.icelus.org/ Google+ https://google.com/+MichaelPedersen -- 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 post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/turbogears. For more options, visit https://groups.google.com/d/optout.

