brie-aurore/Brie
2014-03-23 19:17:59 +01:00
..
brie rectification remplacement underscore nom machine 2014-03-23 19:17:59 +01:00
Brie.egg-info Commencement ajout des nouvelles machines pour un membre 2013-03-23 20:05:38 +01:00
ez_setup initial commit : Brie avec lecture LDAP 2012-09-29 15:38:19 +02:00
__init__.py initial commit : Brie avec lecture LDAP 2012-09-29 15:38:19 +02:00
check_mac_interface.py initial commit : Brie avec lecture LDAP 2012-09-29 15:38:19 +02:00
devdata.db initial commit : Brie avec lecture LDAP 2012-09-29 15:38:19 +02:00
development.ini.default Changement nom config 2013-03-23 20:06:48 +01:00
MANIFEST.in initial commit : Brie avec lecture LDAP 2012-09-29 15:38:19 +02:00
README.txt initial commit : Brie avec lecture LDAP 2012-09-29 15:38:19 +02:00
REAME initial commit : Brie avec lecture LDAP 2012-09-29 15:38:19 +02:00
setup.cfg initial commit : Brie avec lecture LDAP 2012-09-29 15:38:19 +02:00
setup.py initial commit : Brie avec lecture LDAP 2012-09-29 15:38:19 +02:00
test.ini initial commit : Brie avec lecture LDAP 2012-09-29 15:38:19 +02:00

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

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

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

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