From 941db44d31f4736bab7c60c4995de16961944745 Mon Sep 17 00:00:00 2001 From: Jeremy Kerr Date: Fri, 22 Aug 2008 10:42:05 +0800 Subject: Document dependency on django-registration Signed-off-by: Jeremy Kerr --- docs/INSTALL | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) (limited to 'docs') diff --git a/docs/INSTALL b/docs/INSTALL index 7d0df12..0d5cc3e 100644 --- a/docs/INSTALL +++ b/docs/INSTALL @@ -47,15 +47,27 @@ in brackets): point should be fine. If your distribution provides a sufficiently recent version of django, you can use that; if not, do a: - cd lib/python - svn checkout http://code.djangoproject.com/svn/django/trunk . + cd lib/packages + svn checkout http://code.djangoproject.com/svn/django/trunk django + cd ../python + ln -s ../packages/django/django ./django + + We also use the django-registration infrastructure from + http://code.google.com/p/django-registration/ + + cd lib/packages/ + svn checkout \ + http://django-registration.googlecode.com/svn/trunk/registration/ \ + django-registration + cd ../../apps + ln -s ../lib/packages/django-registration ./registration You'll need to customise apps/settings.py to suit your database, and change the SECRET_KEY variable too. While you're there, change the following to suit your installation: SECRET_KEY - ADMINS, + ADMINS TIME_ZONE LANGUAGE_CODE MEDIA_ROOT @@ -77,6 +89,7 @@ in brackets): psql -f lib/sql/grant-all.sql patchwork + 3. Apache setup Example apache configuration files are in lib/apache/. -- cgit v1.2.3