# HG changeset patch # User paulb # Date 1114382842 0 # Node ID bb9b193cc3bc38932a411396a2ef5a6ecb782a63 # Parent 3ff52e9a1e4053463678a990c8c898a68bbde6c5 [project @ 2005-04-24 22:47:22 by paulb] Updated the information about resource hierarchies. diff -r 3ff52e9a1e40 -r bb9b193cc3bc docs/index.html --- a/docs/index.html Sun Apr 24 15:43:10 2005 +0000 +++ b/docs/index.html Sun Apr 24 22:47:22 2005 +0000 @@ -1,36 +1,32 @@ - - + Creating Web Applications with WebStack - + -

Creating Web Applications with WebStack

- -

This set of documents describes the process of making a Web application +

This set of documents describes the process of making a Web +application using the WebStack framework.

-

Setting Up

-

First of all, let us assume that the WebStack distribution has been unpacked and now sits in the WebStack-0.9 directory.

- -

Before we begin, we must make sure that the WebStack package is available +

Before we begin, we must make sure that the WebStack package is +available to Python. The easiest way to do this is to change into the WebStack-0.9 directory and to run the setup.py script provided with the version of Python you are going to be using (possibly as a privileged user like root):

cd WebStack-0.9
python setup.py install
- -

If you don't want to install WebStack in this way, or if you can't do so -because you don't have root privileges, you can just make sure -that the WebStack-0.9 directory sits on the +

If you don't want to install WebStack in this way, or if you can't +do so +because you don't have root privileges, you can just make +sure +that the WebStack-0.9 directory sits on your PYTHONPATH.

-

About WebStack Applications