From 6ce62d26739ebf0dd81ecff5284adf3fbe2aed23 Mon Sep 17 00:00:00 2001 From: Jeremy Kerr Date: Sun, 8 Feb 2009 21:40:17 +1100 Subject: Bundle reordering support Bundles can now be reordered and saved. Add dependency on jquery in INSTALL. Signed-off-by: Jeremy Kerr --- docs/INSTALL | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'docs') diff --git a/docs/INSTALL b/docs/INSTALL index 42822e3..5075f9e 100644 --- a/docs/INSTALL +++ b/docs/INSTALL @@ -70,6 +70,18 @@ in brackets): cd ../../apps ln -s ../lib/packages/django-registration ./registration + We also use some Javascript libraries: + + cd lib/packages + mkdir jquery + cd jquery + wget http://jqueryjs.googlecode.com/files/jquery-1.3.min.js + wget http://www.isocra.com/articles/jquery.tablednd_0_5.js.zip + unzip jquery.tablednd_0_5.js.zip jquery.tablednd_0_5.js + cd ../../../htdocs/js/ + ln -s ../../lib/packages/jquery/jquery-1.3.min.js ./ + ln -s ../../lib/packages/jquery/jquery.tablednd_0_5.js ./ + The settings.py file contains default settings for patchwork, you'll need to configure settings for your own setup. -- cgit v1.2.3