diff options
author | Étienne Loks <etienne.loks@proxience.com> | 2015-04-21 12:14:04 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@proxience.com> | 2015-04-21 12:14:04 +0200 |
commit | 0d7dfbbd00dad6816e46c8602ab069a148700b32 (patch) | |
tree | 0310ab4ac526c11b91345699e4ba462e5cd8ad56 | |
parent | 666efd0b2f51d94b756b7f954066ef33ccadcf11 (diff) | |
download | Ishtar-0d7dfbbd00dad6816e46c8602ab069a148700b32.tar.bz2 Ishtar-0d7dfbbd00dad6816e46c8602ab069a148700b32.zip |
Update install instruction
-rwxr-xr-x | install/install.sh | 6 |
1 files changed, 3 insertions, 3 deletions
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 |