Menu

Tree [df8448] default tip /
 History

Read Only access


File Date Author Commit
 ez_setup 2009-03-23 Jonathan Schemoul Jonathan Schemoul [1bce73] initial import of tgsite
 tgsite 2012-04-04 Michael Pedersen Michael Pedersen [df8448] Adding cogbin. Was missing somehow
 turbogears.org.egg-info 2011-04-21 Michael J. Pedersen Michael J. Pedersen [fb25a5] Generating cogbin. cogbin.json is now capable o...
 .hgignore 2011-09-16 Michael Pedersen Michael Pedersen [168d5c] wsgi configuration, template fixing.
 MANIFEST.in 2009-03-23 Jonathan Schemoul Jonathan Schemoul [1bce73] initial import of tgsite
 README.txt 2009-03-23 Jonathan Schemoul Jonathan Schemoul [1bce73] initial import of tgsite
 development.ini-sample 2011-02-27 Florent Aide, Florent Aide, [aaec99] Added sane defaults to the development.ini file
 setup.cfg 2011-04-03 Michael J. Pedersen Michael J. Pedersen [dd7758] Moving static output directory
 setup.py 2011-12-04 Michael J. Pedersen Michael J. Pedersen [1a7f53] Locking mercurial version for tgext.pages.

Read Me

This file is for you to describe the turbogears.org application. Typically
you would include information such as the information below:

Installation and Setup
======================

Install ``turbogears.org`` using the setup.py script::

    $ cd turbogears.org
    $ python setup.py install

Create the project database for any model classes defined::

    $ paster setup-app development.ini

Start the paste http server::

    $ paster serve development.ini

While developing you may want the server to reload after changes in package files (or its dependencies) are saved. This can be achieved easily by adding the --reload option::

    $ paster serve --reload development.ini

Then you are ready to go.