Thu, 19 Nov 2009
TurboGears2 in Fedora & EPEL
I'm excited to announce that the TurboGears2 web application stack is now available in Fedora 12, 11 and EPEL-5.
What is TurboGears2?
TurboGears 2 is the built on top of the experience of several next generation web frameworks including TurboGears 1 (of course), Django, and Rails. All of these frameworks had limitations which were frustrating in various ways, and TG2 is an answer to that frustration. We wanted something that had:
- Real multi-database support
- Horizontal data partitioning (sharding)
- Support for a variety of JavaScript toolkits, and new widget system to make building ajax heavy apps easier
- Support for multiple data-exchange formats.
- Built in extensibility via standard WSGI components
Installing the TurboGears2 stack & development tools
Fedora 12Fedora 11yum install TurboGears2 python-tg-devtoolsRed Hat Enterprise Linux 5 (with EPEL)yum --enablerepo=updates-testing install TurboGears2 python-tg-devtoolsyum --enablerepo=epel-testing install TurboGears2 python-tg-devtools
Creating your first TG2 app
paster quickstart
Run your test suite
nosetests
Run your application
paster serve development.ini
Read the documentation
http://www.turbogears.org/2.0/docs
Contribute
If you're interested in helping maintain and improve the TG2/Pylons stack within Fedora/EPEL, please let me know. We're always looking for new Python hackers to join the team. There are still a few more components that need to be packaged and reviewed (eg: chameleon.genshi), so please take a look at the TurboGears2 page on the Fedora wiki for more details..
posted at: 00:00 | link | | 1 comments
Posted by Chris Arndt at Sun Nov 22 15:13:49 2009
Hi Luke,
that's great news! If you want to post a notice on the TurboGears announcement mailing list (http://groups.google.com/group/turbogears-announce), I'd be happy to approve your post!
Chris








