summaryrefslogtreecommitdiff
path: root/docs/tutorials/lxmlgraph/installation.rst
diff options
context:
space:
mode:
authorPaul Everitt <paul@agendaless.com>2008-07-24 17:14:16 +0000
committerPaul Everitt <paul@agendaless.com>2008-07-24 17:14:16 +0000
commit1a7b14de4bc89ef0fd162ef8e62d01926e42b54e (patch)
tree8d9ccc8187ac29eb80ac310c6f82c17d548cdf54 /docs/tutorials/lxmlgraph/installation.rst
parentc1a6ef6f751a16b7a352bc3fdad13d4b5b73f212 (diff)
downloadpyramid-1a7b14de4bc89ef0fd162ef8e62d01926e42b54e.tar.gz
pyramid-1a7b14de4bc89ef0fd162ef8e62d01926e42b54e.tar.bz2
pyramid-1a7b14de4bc89ef0fd162ef8e62d01926e42b54e.zip
Add tutorial sections
Diffstat (limited to 'docs/tutorials/lxmlgraph/installation.rst')
-rw-r--r--docs/tutorials/lxmlgraph/installation.rst22
1 files changed, 22 insertions, 0 deletions
diff --git a/docs/tutorials/lxmlgraph/installation.rst b/docs/tutorials/lxmlgraph/installation.rst
new file mode 100644
index 000000000..b30c058b8
--- /dev/null
+++ b/docs/tutorials/lxmlgraph/installation.rst
@@ -0,0 +1,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.
+
+ \ No newline at end of file