diff options
| 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 |
| commit | b845195fda9c4e9fb79c3f6272d8de202822f57e (patch) | |
| tree | b8014d379e6f5389aa044b2f4b780a2608a794c3 /docs/install.rst | |
| parent | 61eef049a7c0b476db82b94f61f3a45e21a63ee4 (diff) | |
| parent | 05c66ec70a19ffb5ae22955adcf32bf7190c42ae (diff) | |
| download | Chimè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.rst | 8 |
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 + + |
