Navigation Menu

Skip to content

batok/blogcdb

Repository files navigation

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

Install ``blogcdb`` using the setup.py script::

    $ cd blogcdb
    $ 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.

About

A blog made with turbogears 2 that uses couchdb

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages