From ec86d7679a45fe6ac14234ec4b31d81d61b7ac1e Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Sat, 16 Nov 2019 21:40:39 -0400 Subject: [PATCH] Add exiftool to deployment installation Signed-off-by: Roberto Rosario --- docs/chapters/deploying.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/chapters/deploying.rst b/docs/chapters/deploying.rst index 4776923c66..9a98aea847 100644 --- a/docs/chapters/deploying.rst +++ b/docs/chapters/deploying.rst @@ -27,10 +27,10 @@ For another setup that offers more performance and scalability refer to the If using a Debian_ or Ubuntu_ based Linux distribution, get the executable requirements using:: - sudo apt-get install g++ gcc ghostscript gnupg1 graphviz libfuse2 \ - libjpeg-dev libmagic1 libpq-dev libpng-dev libreoffice libtiff-dev \ - poppler-utils postgresql python-dev python-virtualenv redis-server \ - sane-utils supervisor tesseract-ocr zlib1g-dev -y + sudo apt-get install exiftool g++ gcc ghostscript gnupg1 graphviz \ + libfuse2 libjpeg-dev libmagic1 libpq-dev libpng-dev libreoffice \ + libtiff-dev poppler-utils postgresql python-dev python-virtualenv \ + redis-server sane-utils supervisor tesseract-ocr zlib1g-dev -y .. note::