jgoerzen / pygopherd
- Source
- Commits
- Network (1)
- Downloads (15)
- Wiki (1)
- Graphs
-
Branch:
master
commit 4c359e32e686fec07f22
tree 611ce4e35c9fb7fa2339
parent bf9fdd5584a7035b849f parent ed65ee940c8a511e5a81
tree 611ce4e35c9fb7fa2339
parent bf9fdd5584a7035b849f parent ed65ee940c8a511e5a81
| name | age | message | |
|---|---|---|---|
| |
COPYING | ||
| |
ChangeLog | ||
| |
Makefile | ||
| |
README | Sat Feb 19 16:09:20 -0800 2005 | |
| |
README.windows | Mon Aug 30 17:51:47 -0700 2004 | |
| |
TODO | ||
| |
bin/ | ||
| |
conf/ | ||
| |
debian/ | ||
| |
doc/ | ||
| |
examples/ | ||
| |
local.dsl | Mon Aug 25 23:42:14 -0700 2003 | |
| |
printlocal.dsl | Mon Aug 25 21:56:15 -0700 2003 | |
| |
pygfarm/ | ||
| |
pygopherd/ | ||
| |
runtests.py | ||
| |
runtestsgui.py | Mon Sep 11 12:01:09 -0700 2006 | |
| |
setup.py | ||
| |
testdata/ |
README
README for Pygopherd =========================================================================== QUICKSTART (Debian) ------------------- Use the .deb: dpkg -i pygopherd.deb or apt-get install pygopherd QUICKSTART (non-Debian) ----------------------- 1. Download and install Python 2.2 or above from www.python.org, if not already present on your system. You can run pygopherd either in-place (as a regular user account) or as a system-wide daemon. For running in-place, do this: 1. Modify conf/pygopherd.conf: * Set usechroot = no * Comment out (add a # sign to the start of the line) the pidfile, setuid, and setgid lines * Set mimetypes = ./conf/mime.types * Set root = to something appropriate. * Set port to a number greater than 1024. 2. Modify the first line of executables/pygopherd to reflect the location of your Python installation. 3. Invoke pygopherd by running: ./executables/pygopherd For installing: 1. Run pytohn2.2 setup.py install 2. Make sure that the /etc/pygopherd/pygopherd.conf names valid users (setuid, setgid) and valid document root (root).

