summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGreg Roach <fisharebest@gmail.com>2016-02-04 22:20:11 +0000
committerGreg Roach <fisharebest@gmail.com>2016-02-04 22:20:11 +0000
commitf1c2ee3d46aeac047a9b9f0b4c7d7c154d1a01ec (patch)
tree72020922fbc872157144d59c54705b9c1ec46beb
parentb164ca57552a25e83f2c8aa654e2e6557c1bd0f9 (diff)
downloadwebtrees-f1c2ee3d46aeac047a9b9f0b4c7d7c154d1a01ec.tar.gz
webtrees-f1c2ee3d46aeac047a9b9f0b4c7d7c154d1a01ec.tar.bz2
webtrees-f1c2ee3d46aeac047a9b9f0b4c7d7c154d1a01ec.zip
Fix #822 error reporting
-rw-r--r--Vagrantfile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Vagrantfile b/Vagrantfile
index 7c40f4abf9..81f76117e4 100644
--- a/Vagrantfile
+++ b/Vagrantfile
@@ -76,6 +76,8 @@ Vagrant.configure(2) do |config|
# LAMP server
sudo apt-get -y install git lamp-server^ php5-gd php5-curl
[ -L /var/www ] || sudo rm -Rf /var/www && sudo ln -s /vagrant /var/www
+ # PHP configuration
+ sed -i -e 's/^display_errors = Off/display_errors = On/' /etc/php5/apache2/php.ini
sudo service apache2 restart
# Composer
curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer