summaryrefslogtreecommitdiff
path: root/install
diff options
context:
space:
mode:
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
commit2b18ecd4e989446eafc3a01a06c9b43359f1ef6f (patch)
tree0310ab4ac526c11b91345699e4ba462e5cd8ad56 /install
parent2ae0061e46fee1aaa93ed89c511eb5a8f6b482fe (diff)
downloadIshtar-2b18ecd4e989446eafc3a01a06c9b43359f1ef6f.tar.bz2
Ishtar-2b18ecd4e989446eafc3a01a06c9b43359f1ef6f.zip
Update install instruction
Diffstat (limited to 'install')
-rwxr-xr-xinstall/install.sh6
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