Software Freedom Conservancy's Website
Find a file
2010-10-03 12:04:17 -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 First attempt and putting logo up on the site. 2010-10-03 12:04:17 -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
compile-all.py Make script execuable. 2010-10-03 11:29:42 -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.