diff options
author | Étienne Loks <etienne.loks@peacefrogs.net> | 2012-10-06 01:10:28 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@peacefrogs.net> | 2012-10-06 01:10:28 +0200 |
commit | 3d8d2da5141336829cf1cfe0579cdcdcf8b63e03 (patch) | |
tree | 543c35f54a351b4342aef65fcb4998c17f2cc0a4 /docs | |
parent | 0bec9d3b303212d9a6c66117e759999cd7443146 (diff) | |
download | Chimère-3d8d2da5141336829cf1cfe0579cdcdcf8b63e03.tar.bz2 Chimère-3d8d2da5141336829cf1cfe0579cdcdcf8b63e03.zip |
Import: add GeoRSS import
Diffstat (limited to 'docs')
-rw-r--r-- | docs/install.rst | 5 | ||||
-rw-r--r-- | docs/upgrade.rst | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/docs/install.rst b/docs/install.rst index e1cb458..a6d3558 100644 --- a/docs/install.rst +++ b/docs/install.rst @@ -37,6 +37,7 @@ Prerequisites - `lxml <http://lxml.de/>`_ - `jquery <http://jquery.com/>`_ version 1.7.1 or better - `jquery-ui <http://jqueryui.com/>`_ + - `Universal Feed Parser <https://code.google.com/p/feedparser/>`_ geodjango is a part of django since version 1.0 but it has some specific (geographically related) additional dependencies: @@ -62,7 +63,7 @@ Linux distribution repositories. For instance on Debian Wheezy:: python-gdal python-lxml python-psycopg2 python-imaging gettext \ postgresql-9.1 postgresql-9.1-postgis libjs-jquery libjs-jquery-ui \ python-django-celery python-simplejson python-gdal gpsbabel \ - python-pyexiv2 + python-pyexiv2 python-feedparser On Debian Squeeze (you need to activate backports):: @@ -72,7 +73,7 @@ On Debian Squeeze (you need to activate backports):: apache2 libgeos-3.2.0 proj-bin gdal-bin python-gdal python-lxml \ python-psycopg2 python-imaging gettext postgresql-8.4 \ postgresql-8.4-postgis libjs-jquery libjs-jquery-ui python-simplejson \ - python-gdal gpsbabel python-pyexiv2 + python-gdal gpsbabel python-pyexiv2 python-feedparser If these packages do not exist in your distribution's repository, please refer diff --git a/docs/upgrade.rst b/docs/upgrade.rst index 65e3734..b697978 100644 --- a/docs/upgrade.rst +++ b/docs/upgrade.rst @@ -44,7 +44,8 @@ Activate the backports: http://backports-master.debian.org/Instructions/ Then install the new dependencies:: apt-get install -t squeeze-backports python-django python-django-south \ - python-simplejson libjs-jquery-ui python-pyexiv2 + python-simplejson libjs-jquery-ui python-pyexiv2 \ + python-feedparser Debian Wheezy +++++++++++++ @@ -52,7 +53,7 @@ Debian Wheezy .. code-block:: bash apt-get install python-django-south python-simplejson libjs-jquery-ui \ - python-pyexiv2 + python-pyexiv2 python-feedparser If you are planing to do major import consider the install of `Celery <http://celeryproject.org/>`_. |