adding Imagick to vagrant installation as it is needed for none-jpg-image-processing

This commit is contained in:
hauke 2015-11-07 17:06:36 +01:00
parent 83c45d8d4b
commit 6292077fea
1 changed files with 3 additions and 0 deletions

View File

@ -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"