- Get a copy of the repository - Extract into a folder - Read this file - Edit MyPidge/local_settings.py with your settings (compare with local_settings.py_sample) (this file should be ignored by git so any changes you make won't be committed to the repository) IF USING THE DJANGO PROVIDED DEVELOPMENT SERVER - Edit MyPidge/urls.py and uncomment the appropriate lines - Start the server by running "python manage.py runserver" from within the MyPidge directory IF USING APACHE - Edit your apache settings to use Django but point /images to Images /resources to Resources /media to "Admin Media" /favicon.ico to /images/favicon.ico (this last one may be tricky - I set all / to point to Images then added SetHandler none for /favicon.ico) - Start the server as usual - Schedule a cron job to run MyPidge/EmailReminderSender.py every 10 minutes - Schedule a cron job to run MyPidge/DBBackup.py every day [probably at a time of low usage] - Schedule a cron job to run MyPidge/LogBackup.py every day - Visit /Login then click Register to set up an account for you to use - Create a folder /Images/Groups with ownership 'yourwebsiteuser':apache