diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2018-02-01 17:01:48 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2018-02-01 17:03:59 +0100 |
commit | d3a686cf4032d2c4bf975498d46136c53029f5a7 (patch) | |
tree | 1898140625ebaef056a279d518a56fa2672bf505 /install/ishtar-install | |
parent | 407fd0de82f227d9d01a9bb637c928e5207b0d29 (diff) | |
download | Ishtar-d3a686cf4032d2c4bf975498d46136c53029f5a7.tar.bz2 Ishtar-d3a686cf4032d2c4bf975498d46136c53029f5a7.zip |
Adapt install and prepare instance for django-compressor
Diffstat (limited to 'install/ishtar-install')
-rwxr-xr-x | install/ishtar-install | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/install/ishtar-install b/install/ishtar-install index 8a51044ea..fcca1291f 100755 --- a/install/ishtar-install +++ b/install/ishtar-install @@ -370,6 +370,9 @@ EOF cecho y "Installing django-formtools" echo ""; ( set -x; $sh_c 'pip install django-formtools==2.1' ) + cecho y "Installing django-compressor" + echo ""; + ( set -x; $sh_c 'pip install django-compressor==2.1' ) fi @@ -398,7 +401,7 @@ EOF ( set -x; $sh_c 'sleep 3; apt-get install -t stretch-backports -y -q python-django' ) ( set -x; $sh_c 'sleep 3; apt-get install -y -q \ python-django-registration libpangocairo-1.0-0 \ - python-bs4 python-cffi \ + python-bs4 python-cffi python-django-compressor \ python-tidylib python-lxml python-imaging python-html5lib \ python-psycopg2 python-gdal gettext python-unicodecsv memcached \ python-django-extra-views python-memcache python-dbf python-markdown \ |