From c590082daa7b5eca6d5f021e356e4ddd15cee595 Mon Sep 17 00:00:00 2001
From: Étienne Loks
On Debian Squeeze (you need to activate backports):
-apt-get install -t squeeze-backports python-django
+apt-get install -t squeeze-backports python-django libjs-jquery
apt-get install python python-django-south python-beautifulsoup tinymce \
apache2 libgeos-3.2.0 proj-bin gdal-bin python-gdal python-lxml \
@@ -307,6 +307,12 @@ mkdir /var/log/apache2/chimere/
a2ensite chimere
/etc/init.d/apache2 reload
+If you encounter problem with the upload of files with Unicode chars in their
+names activate the appropriate locale in Apache. On a Debian server with UTF-8
+as default encoding in the file /etc/apache2/envvars uncomment the following
+line:
+. /etc/default/locale
+