diff options
author | Étienne Loks <etienne.loks@proxience.com> | 2015-04-18 17:25:40 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@proxience.com> | 2015-05-06 16:16:02 +0200 |
commit | 4fd4b690fd9957ad0ee14550fb843fa066bb26b1 (patch) | |
tree | 03e7ac68dc21990c2aebf805c695033145a179bc | |
parent | 7031b93594ea1d3fac73f5f35755cdcb42023d03 (diff) | |
download | Ishtar-4fd4b690fd9957ad0ee14550fb843fa066bb26b1.tar.bz2 Ishtar-4fd4b690fd9957ad0ee14550fb843fa066bb26b1.zip |
Update installation script
-rwxr-xr-x | install/install.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/install/install.sh b/install/install.sh index 7dadfe422..f4ab7f195 100755 --- a/install/install.sh +++ b/install/install.sh @@ -64,8 +64,8 @@ apt-get -q -y install git apg python-pip 2> /dev/null > /dev/null apt-get -q -y install python python-django \ libjs-jquery libjs-jquery-ui python-pisa python-django-registration \ - python-utidylib python-imaging python-django-south \ - python-psycopg2 python-gdal gettext python-tidylib python-lxml \ + python-utidylib python-lxml python-imaging python-django-south \ + python-psycopg2 python-gdal gettext python-bs4 python-tidylib \ python-django-extra-views python-memcache python-dbf 2> /dev/null > /dev/null apt-get -q -y install uwsgi uwsgi-plugin-python nginx memcached 2> /dev/null > /dev/null |