This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
sudo apt-get install apache2 php5 mysql-server libapache2-mod-php5 php5-mysql php5-sqlite php5-intl php5-cli php-apc php5-xdebug acl git | |
## configuration apache | |
sudo sed -i 's#/var/www#/vagrant#g' /etc/apache2/sites-available/default | |
sudo adduser www-data vagrant | |
## config php apache DEV |