From: hauke Date: Sat, 7 Nov 2015 16:06:36 +0000 (+0100) Subject: adding Imagick to vagrant installation as it is needed for none-jpg-image-processing X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=6292077fead262093783b818e97ee8bce179ac5b;p=friendica.git adding Imagick to vagrant installation as it is needed for none-jpg-image-processing --- diff --git a/util/vagrant_provision.sh b/util/vagrant_provision.sh index 3dbe80404c..76b8b04039 100644 --- a/util/vagrant_provision.sh +++ b/util/vagrant_provision.sh @@ -39,8 +39,11 @@ sudo service apache2 restart #Install php echo ">>> Installing PHP5" sudo apt-get install -y php5 libapache2-mod-php5 php5-cli php5-mysql php5-curl php5-gd +sudo apt-get install -y Imagick +sudo apt-get install -y php5-imagick sudo service apache2 restart + #Install mysql echo ">>> Installing Mysql" sudo debconf-set-selections <<< "mysql-server mysql-server/root_password password root"