diff options
| author | ianb <devnull@localhost> | 2005-04-22 08:00:44 +0000 |
|---|---|---|
| committer | ianb <devnull@localhost> | 2005-04-22 08:00:44 +0000 |
| commit | 33067b57214307f4ab6c71bf768abe7cdcaf9477 (patch) | |
| tree | 17f76f83888f837723dd1d3037a7d4ac0d678f88 /docs/BlogTutorial.txt | |
| parent | 93b4d1cd7ba495d1cc70b5c2ca47f94614d6d22a (diff) | |
| download | paste-33067b57214307f4ab6c71bf768abe7cdcaf9477.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 |
