diff options
author | Étienne Loks <etienne.loks@peacefrogs.net> | 2012-10-14 13:26:09 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@peacefrogs.net> | 2012-10-14 13:26:09 +0200 |
commit | a55f77a246f99764ff6289686f80825526654e2b (patch) | |
tree | 7448ab7daa81928339e6fcc47c97eb8835a953ca /docs | |
parent | 7e6d853d67087fcac51542da8a3ae4b1aa207f13 (diff) | |
download | Chimère-a55f77a246f99764ff6289686f80825526654e2b.tar.bz2 Chimère-a55f77a246f99764ff6289686f80825526654e2b.zip |
More explicit error on file upload - Update jquery requirement
Diffstat (limited to 'docs')
-rw-r--r-- | docs/install.rst | 2 | ||||
-rw-r--r-- | docs/upgrade.rst | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/install.rst b/docs/install.rst index 2dd745b..9af5558 100644 --- a/docs/install.rst +++ b/docs/install.rst @@ -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 \ diff --git a/docs/upgrade.rst b/docs/upgrade.rst index f2d0d64..d7c7233 100644 --- a/docs/upgrade.rst +++ b/docs/upgrade.rst @@ -45,7 +45,7 @@ Then install the new dependencies:: apt-get install -t squeeze-backports python-django python-django-south \ python-simplejson libjs-jquery-ui python-pyexiv2 \ - python-feedparser javascript-common + python-feedparser javascript-common libjs-jquery Debian Wheezy +++++++++++++ |