diff options
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 |
commit | 2ae0061e46fee1aaa93ed89c511eb5a8f6b482fe (patch) | |
tree | 9077e53b200287e7880a5fb49519fa3df76e353b /install/install.sh | |
parent | d214b61d5bf2f3ea1bca24f7ac6a38ef53282992 (diff) | |
download | Ishtar-2ae0061e46fee1aaa93ed89c511eb5a8f6b482fe.tar.bz2 Ishtar-2ae0061e46fee1aaa93ed89c511eb5a8f6b482fe.zip |
Update installation script
Diffstat (limited to 'install/install.sh')
-rwxr-xr-x | install/install.sh | 1 |
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 |