mise à jour du readme debian

This commit is contained in:
fpeters 2003-10-31 21:33:24 +00:00
parent f55c02cc45
commit e1a6045c54
1 changed files with 6 additions and 7 deletions

13
debian/README.Debian vendored
View File

@ -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
</VirtualHost>
(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 <fpeters@debian.org>, Fri, 31 Oct 2003 22:33:01 +0100
-- Frederic Peters <fpeters@debian.org>, Sat, 2 Nov 2002 23:14:34 +0100