On 04/12/2011 09:46 PM, Mark Erbaugh wrote: > I would like to see this. I've used some of the simpler webpy features but > would like to learn more.
Okay, I've got it set up on github: https://github.com/DaGoodBoy/webpy-example The README gives a rough outline on how to get it up and running under Debian/Ubuntu boxes. To make it a little easier, I have uploaded installable deb packages under the Download link. Just to be clear, you will need newer/fixed versions of certain dependent packages to be installed first to make it run correctly. There is a bug in the current version of oauth2 that is still pending a pull to fix it: https://github.com/simplegeo/python-oauth2/pull/50 The updated deb packages are included in the git checkout and the install instructions are in the README. If someone can document how they got it running on their particular distro or development environment, I'll update the README. I know it is possible to just run web.py as its own webserver under Python, but I've been writing this for a production environment under Apache/WSGI and PostgreSQL on the backend. It just seemed easier to me to use the Debian package manager and system configurations instead of distutils or some other Python-specific setup process. I could be wrong, so if someone else can suggest a better option for distribution, I'm all ears! Tony -- You received this message because you are subscribed to the Google Groups "web.py" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/webpy?hl=en.
