summaryrefslogtreecommitdiff
path: root/install
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@proxience.com>2015-04-20 13:01:12 +0200
committerÉtienne Loks <etienne.loks@proxience.com>2015-04-20 13:01:12 +0200
commit666efd0b2f51d94b756b7f954066ef33ccadcf11 (patch)
tree9077e53b200287e7880a5fb49519fa3df76e353b /install
parent3ebe28596c34309368eb4183c189fc7e73b2e5c4 (diff)
downloadIshtar-666efd0b2f51d94b756b7f954066ef33ccadcf11.tar.bz2
Ishtar-666efd0b2f51d94b756b7f954066ef33ccadcf11.zip
Update installation script
Diffstat (limited to 'install')
-rwxr-xr-xinstall/install.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/install/install.sh b/install/install.sh
index 9a3b9b0f8..9cc1f79a7 100755
--- a/install/install.sh
+++ b/install/install.sh
@@ -71,6 +71,7 @@ apt-get -q -y install python python-django \
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
if [ -z "$DB_PASSWORD" ]
then