blob: b30c058b8cf5fbadeb6f93053c92678f10ee3284 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
Installation
=====================
You can get the final form of the demo application, along with all the
steps along the way, via the miracles of virtualenv, easy_install and Paster
templates::
$ virtualenv --no-site-packages myapp
$ cd myapp
$ source bin/activate
$ easy_install repoze.lxmlgraph
$ paster create -t lxmlgraph_project
Answer the questions, then run the demo:
cd <<projectname>>
python run.py
At that point a URL such as ``http://localhost:5432/folder2/query1``
should work.
|