Software Freedom Conservancy's Website
Find a file
Bradley M. Kuhn 38cabe7ba3 Needed images
2010-09-29 20:35:04 -04:00
apache2/sites-available Fixed to reflect correct copyright notice (SFLC employees hold copyright 2010-09-26 19:40:50 -04:00
cron/cron.monthly Added cron job. 2010-09-26 19:41:19 -04:00
www Needed images 2010-09-29 20:35:04 -04:00
.gitignore Changed location of djangocommonsetings.py 2010-09-26 20:17:50 -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 use sqlite instead of mysql 2010-09-26 20:13:54 -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 sqlite3 python2.5-sqlite



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

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