From 06fca3acdbb73650928a51b422afb4ccfcac1e2e Mon Sep 17 00:00:00 2001 From: witzig Date: Wed, 22 Mar 2017 11:22:52 +0100 Subject: [PATCH] Added ImageMagick to install.sh --- README.md | 1 + setup/install.sh | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 459967cd..b1b1fcad 100644 --- a/README.md +++ b/README.md @@ -66,6 +66,7 @@ Install script installs and sets up the following: * **Node.js** (version 6.x) * **MariaDB** (the default version from apt-get) * **Mailtrain** (from the master branch) on port 80 + * **ImageMagick** (the default version from apt-get) * **UFW** firewall that blocks everything besides ports 22, 25, 80, 443 * **[ZoneMTA](https://github.com/zone-eu/zone-mta)** to queue and deliver messages (**NB!** using ZoneMTA assumes that outgoing port 25 is open which might not be the case on some hosts like on the Google Cloud) * **Redis** server for session cache diff --git a/setup/install.sh b/setup/install.sh index a1425cea..bd478846 100755 --- a/setup/install.sh +++ b/setup/install.sh @@ -13,7 +13,7 @@ set -e export DEBIAN_FRONTEND=noninteractive curl -sL https://deb.nodesource.com/setup_6.x | bash - -apt-get -q -y install mariadb-server pwgen nodejs git ufw build-essential dnsutils python software-properties-common +apt-get -q -y install mariadb-server pwgen nodejs imagemagick git ufw build-essential dnsutils python software-properties-common apt-add-repository -y ppa:chris-lea/redis-server apt-get -q -y install redis-server