diff options
Diffstat (limited to 'Vagrantfile')
-rw-r--r-- | Vagrantfile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Vagrantfile b/Vagrantfile index fe1ecfb0..8e958c25 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -12,6 +12,10 @@ service apache2 restart rm -f /var/www/html/index.html date > /etc/vagrant_provisioned_at +curl -sS https://getcomposer.org/installer | sudo php -- --install-dir=/usr/local/bin --filename=composer + +cd /var/www/html && composer install + wget -q https://phar.phpunit.de/phpunit.phar chmod +x phpunit.phar sudo mv phpunit.phar /usr/local/bin/phpunit |