Sophie

Sophie

distrib > Fedora > 14 > x86_64 > by-pkgid > 32676b030b25f26e97ca6ba78b1f4d1e > files > 475

luci-0.22.4-1.0.b9faf868074git.fc14.x86_64.rpm

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

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

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

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