From 0d7dfbbd00dad6816e46c8602ab069a148700b32 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Tue, 21 Apr 2015 12:14:04 +0200 Subject: Update install instruction --- install/install.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'install') diff --git a/install/install.sh b/install/install.sh index 9cc1f79a7..7dadfe422 100755 --- a/install/install.sh +++ b/install/install.sh @@ -64,14 +64,14 @@ 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-lxml python-imaging python-django-south \ - python-psycopg2 python-gdal gettext python-bs4 python-tidylib \ + python-utidylib python-imaging python-django-south \ + python-psycopg2 python-gdal gettext python-tidylib python-lxml \ 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 pip install git+https://github.com/treyhunner/django-simple-history.git@0fd9b8e9c6f36b0141367b502420efe92d4e21ce 2> /dev/null > /dev/null -pip install beautifulSoup4==4.3.2 +pip install BeautifulSoup4==4.3.2 if [ -z "$DB_PASSWORD" ] then -- cgit v1.2.3