1 - INSTALLATION ================ = 1.1 Checking out the code = - First, you need the main application svn co http://svn.danux.co.uk/trunk/personal_website - Then you need to export the local parts, such as the templates svn export http://svn.danux.co.uk/trunk/demo_site = 1.2 Dependencies = There are a few dependencies you'll need to install before you can run this site. Hopefully soon you won't require anything to run the site, but for now you'll need: - PyCaptcha http://pypi.python.org/pypi/PyCAPTCHA/0.4 - Python Imaging Library http://www.pythonware.com/products/pil/ - Universal Feed Parser http://www.feedparser.org/ - Django XMLRPC http://code.google.com/p/django-xmlrpc/ = 1.3 Setup = - The quickest way to run the site is to symlink personal_website to your site-packages, but this will make the code available server wide. Alternatively, you can ensure that the code is on your python path. - Carry out any changes in the demo_site, such as your templates and media. By default you will have a very basic layout with all the features. - Modify the demo site's settings file to your own environment mv settings_sample.py settings.py - Install the database, you will need to create an admin user python manage.py syncdb