diff options
author | Ian Bicking <ian@ianbicking.org> | 2005-04-22 08:00:44 +0000 |
---|---|---|
committer | Ian Bicking <ian@ianbicking.org> | 2005-04-22 08:00:44 +0000 |
commit | 8ecffbd77bd7f8ce242ca4c5be7181a3341372cc (patch) | |
tree | 17f76f83888f837723dd1d3037a7d4ac0d678f88 /docs/BlogTutorial.txt | |
parent | 00e082729fb2c4565c31dee5b9d15d8be0b0f90a (diff) | |
download | paste-git-8ecffbd77bd7f8ce242ca4c5be7181a3341372cc.tar.gz |
Use different example installation directory
Diffstat (limited to 'docs/BlogTutorial.txt')
-rw-r--r-- | docs/BlogTutorial.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/BlogTutorial.txt b/docs/BlogTutorial.txt index 88f3260..b7fc588 100644 --- a/docs/BlogTutorial.txt +++ b/docs/BlogTutorial.txt @@ -47,7 +47,7 @@ Setting Up The App .. comment: >>> from paste.tests.doctest_webapp import * - >>> BASE = '/var/www/wkblog' + >>> BASE = '/var/www/example-builds/wkblog' >>> import sys >>> clear_dir(BASE) >>> run("app-setup create --template=webkit_zpt %s" % BASE) @@ -56,7 +56,7 @@ Setting Up The App :: $ export PYTHONPATH=/path/to/Paste:$PYTHONPATH - $ BASE=/var/www/wkblog + $ BASE=/var/www/example-builds/wkblog $ app-setup create --template=webkit_zpt $BASE $ cd $BASE |