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 | 0a13798b84fc6cd1fc977c32a5479420e7656d10 (patch) | |
tree | 1898140625ebaef056a279d518a56fa2672bf505 /install/ishtar-install | |
parent | a9aef5ce98770033e1aff252d23d7637da9cff89 (diff) | |
download | Ishtar-0a13798b84fc6cd1fc977c32a5479420e7656d10.tar.bz2 Ishtar-0a13798b84fc6cd1fc977c32a5479420e7656d10.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 \ |