summaryrefslogtreecommitdiff
path: root/docs/BlogTutorial.txt
diff options
context:
space:
mode:
authorianb <devnull@localhost>2005-04-22 08:00:44 +0000
committerianb <devnull@localhost>2005-04-22 08:00:44 +0000
commit33067b57214307f4ab6c71bf768abe7cdcaf9477 (patch)
tree17f76f83888f837723dd1d3037a7d4ac0d678f88 /docs/BlogTutorial.txt
parent93b4d1cd7ba495d1cc70b5c2ca47f94614d6d22a (diff)
downloadpaste-33067b57214307f4ab6c71bf768abe7cdcaf9477.tar.gz
Use different example installation directory
Diffstat (limited to 'docs/BlogTutorial.txt')
-rw-r--r--docs/BlogTutorial.txt4
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