diff options
| author | Étienne Loks <etienne.loks@peacefrogs.net> | 2012-11-28 00:54:09 +0100 | 
|---|---|---|
| committer | Étienne Loks <etienne.loks@peacefrogs.net> | 2012-11-28 00:54:09 +0100 | 
| commit | c590082daa7b5eca6d5f021e356e4ddd15cee595 (patch) | |
| tree | 98da93ac3954515810009d9751b255da7e96eede /docs/_build/html/_sources/install.txt | |
| parent | 984ceb6849bda0085aaeae5575a90dd37e7c6728 (diff) | |
| download | Chimère-c590082daa7b5eca6d5f021e356e4ddd15cee595.tar.bz2 Chimère-c590082daa7b5eca6d5f021e356e4ddd15cee595.zip | |
Update documentation
Diffstat (limited to 'docs/_build/html/_sources/install.txt')
| -rw-r--r-- | docs/_build/html/_sources/install.txt | 10 | 
1 files changed, 9 insertions, 1 deletions
| diff --git a/docs/_build/html/_sources/install.txt b/docs/_build/html/_sources/install.txt index 2dd745b..10c333e 100644 --- a/docs/_build/html/_sources/install.txt +++ b/docs/_build/html/_sources/install.txt @@ -60,7 +60,7 @@ Linux distribution repositories. For instance on Debian Wheezy::  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 \ @@ -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 + + | 
