Software Freedom Conservancy's Website
Find a file
Bradley M. Kuhn 698e9324a6 Fixed to be Jim Garrison's copyright per Eben Moglen's directive that all
SFLC employees hold their own copyright on the software they write.
2010-09-26 19:36:39 -04:00
apache2/sites-available Reflect name change of wrapper. 2010-09-26 19:31:58 -04:00
www Fixed to be Jim Garrison's copyright per Eben Moglen's directive that all 2010-09-26 19:36:39 -04:00
.gitignore Emacs temporary backup files should not be in git 2010-09-26 17:32:18 -04:00
AGPLv3 License texts 2010-09-26 18:53:20 -04:00
ISC_LICENSE License texts 2010-09-26 18:53:20 -04:00
README Improved README: another package to install and django password 2010-09-26 19:24:22 -04:00

                           SERVER CONFIGURATION
                           ====================

conservancy's webserver runs on a machine called
dogwood.sfconservancy.org, which is a standard Debian installation.

The following packages are installed to make Django and Apache work on a
lenny install:

$ aptitude install python-django apache2 mysql-5-server



                           DJANGO SETUP
                           ============

0. Make sure the Python module 'djangopw', with the global variable
   'djangoadmin_password' is somewhere importable in the default
   PYTHON_PATH.