Skip to content
This repository has been archived by the owner on Nov 26, 2021. It is now read-only.

Commit

Permalink
install make inside vagrant box so php-krb stuff builds
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel1111 committed Oct 15, 2016
1 parent dfdea15 commit 9dc469a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vagrant_config/bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ debconf-set-selections <<< 'phpmyadmin phpmyadmin/mysql/app-pass password mysql'
debconf-set-selections <<< 'phpmyadmin phpmyadmin/reconfigure-webserver multiselect apache2'

# nb. SetupCmd.php needs php5-mysqlnd not php5-mysql
apt-get install -y apache2 php5-mysqlnd libapache2-mod-php5 git haveged expect php-pear php5-dev libkrb5-dev mysql-server phpmyadmin php5-xdebug
apt-get install -y apache2 php5-mysqlnd libapache2-mod-php5 git haveged expect php-pear php5-dev libkrb5-dev mysql-server phpmyadmin php5-xdebug make

# bump php.ini memory limit's for xdebug code coverage
sed -i -e 's/memory_limit = 128M/memory_limit = 256M/' /etc/php5/apache2/php.ini
Expand Down

0 comments on commit 9dc469a

Please sign in to comment.