Software Freedom Conservancy's Website
Find a file
2010-10-03 21:59:53 -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 Minor edits to the privacy policy. 2010-10-03 21:53:39 -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
CC-By-SA-3.0 Added CC-By-SA-3.0 license 2010-10-03 21:59:53 -04:00
compile-all.py All files in static should be world readable. 2010-10-03 18:07:43 -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.