diff --git a/debian/README.Debian b/debian/README.Debian index 4b15e4e5..22884b22 100644 --- a/debian/README.Debian +++ b/debian/README.Debian @@ -8,14 +8,15 @@ You should modify your apache configuration to include something like: DocumentRoot /usr/lib/glasnost/web/ ServerName glasnost.example.com - PythonPath "sys.path + [ '/usr/lib/python2.1/site-packages/glasnost/', '/usr/lib/glasnost/web/', '/usr/lib/glasnost/web/code/' ]" + PythonPath "[ '/usr/lib/glasnost/web/' ] + sys.path" SetHandler python-program - DirectoryIndex index.py index.html - PythonHandler webhandler + DirectoryIndex index.py + PythonHandler code.webhandler -(note that it's not necessary to use virtualhosts) +(note that it's not necessary to use virtualhosts but it is better since +SetHandler would take over everything) Then: /etc/init.d/glasnost start @@ -23,7 +24,5 @@ Then: You'll then be able to visit http://glasnost.example.com to create an user. -Glasnost uses ports from 8000 to 8033; be sure they are free or some servers -won't be started and you won't be warned... + -- Frederic Peters , Fri, 31 Oct 2003 22:33:01 +0100 - -- Frederic Peters , Sat, 2 Nov 2002 23:14:34 +0100