Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

vigigraph / README.txt @ 0931fc44

History | View | Annotate | Download (695 Bytes)

1 0931fc44 Thomas BURGUIERE
This file is for you to describe the vigigraph application. Typically
2
you would include information such as the information below:
3
4
Installation and Setup
5
======================
6
7
Install ``vigigraph`` using the setup.py script::
8
9
    $ cd vigigraph
10
    $ python setup.py install
11
12
Create the project database for any model classes defined::
13
14
    $ paster setup-app development.ini
15
16
Start the paste http server::
17
18
    $ paster serve development.ini
19
20
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::
21
22
    $ paster serve --reload development.ini
23
24
Then you are ready to go.