diff options
Diffstat (limited to 'docs/_build/html/install.html')
-rw-r--r-- | docs/_build/html/install.html | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/docs/_build/html/install.html b/docs/_build/html/install.html index 6f74a04..2c0ea7f 100644 --- a/docs/_build/html/install.html +++ b/docs/_build/html/install.html @@ -118,7 +118,7 @@ Linux distribution repositories. For instance on Debian Wheezy:</p> python-pyexiv2 python-feedparser javascript-common</pre> </div> <p>On Debian Squeeze (you need to activate backports):</p> -<div class="highlight-python"><pre>apt-get install -t squeeze-backports python-django +<div class="highlight-python"><pre>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/</pre> <div class="highlight-python"><pre>a2ensite chimere /etc/init.d/apache2 reload</pre> </div> +<p>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 <em>/etc/apache2/envvars</em> uncomment the following +line:</p> +<div class="highlight-python"><pre>. /etc/default/locale</pre> +</div> </div> </div> </div> |