Merge pull request #2031 from tugelbend/develop

adding Imagick to vagrant installation
This commit is contained in:
Tobias Diekershoff 2015-11-07 17:17:43 +01:00
commit 26b1c55368
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 imagemagick
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"