From ddab1341682476ba36c8d776c940137e5db564b8 Mon Sep 17 00:00:00 2001
From: Nawa
On Debian Squeeze (you need to activate backports):
apt-get install -t squeeze-backports python-django libjs-jquery
@@ -122,8 +121,9 @@ apt-get install apache2 python python-django python-django-south \
python-pyexiv2 python-beautifulsoup python-simplejson python-gdal \
javascript-common python-lxml libjs-jquery libjs-jquery-ui \
python-feedparser libgeos-3.2.0 proj-bin postgresql-8.4-postgis \
- gdal-bin tinymce gpsbabel \
+ gdal-bin tinymce gpsbabel
The package python-django-celery doesn’t exist for Debian Squeeze.
If these packages do not exist in your distribution’s repository, please refer to the applications’ websites.
@@ -258,7 +258,7 @@ chmod -R g+w /var/log/django/ need to get it compiled. This can be done with the following command (here, fr stands for French, replace it with the appropriate language code):cd $INSTALL_PATH/chimere/chimere/
-django-admin compilemessages
+django-admin compilemessages -l fr
If your language is not available, feel free to create the default po file and to submit it, contributions are well appreciated. Procedure is as follows:
-- cgit v1.2.3