summaryrefslogtreecommitdiff
path: root/docs/install.rst
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@peacefrogs.net>2012-10-31 09:52:28 +0100
committerÉtienne Loks <etienne.loks@peacefrogs.net>2012-10-31 09:52:28 +0100
commitb845195fda9c4e9fb79c3f6272d8de202822f57e (patch)
treeb8014d379e6f5389aa044b2f4b780a2608a794c3 /docs/install.rst
parent61eef049a7c0b476db82b94f61f3a45e21a63ee4 (diff)
parent05c66ec70a19ffb5ae22955adcf32bf7190c42ae (diff)
downloadChimère-b845195fda9c4e9fb79c3f6272d8de202822f57e.tar.bz2
Chimère-b845195fda9c4e9fb79c3f6272d8de202822f57e.zip
Merge branch 'master' into saclay
Conflicts: chimere/locale/fr/LC_MESSAGES/django.po chimere/templates/chimere/blocks/multimedia_file.html chimere/templates/chimere/detail.html chimere/templatetags/chimere_tags.py chimere/views.py
Diffstat (limited to 'docs/install.rst')
-rw-r--r--docs/install.rst8
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/install.rst b/docs/install.rst
index 9af5558..10c333e 100644
--- a/docs/install.rst
+++ b/docs/install.rst
@@ -272,3 +272,11 @@ To activate the website reload apache::
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
+
+