4
0
mirror of https://github.com/AzuraCast/AzuraCast.git synced 2024-06-15 05:36:37 +00:00

Restart php-fpm upon initial vagrant config.

This commit is contained in:
Buster Neece 2014-06-04 07:57:20 -05:00
parent 5850054946
commit 2e128bf1cc

View File

@ -67,6 +67,8 @@ updatedb
sed -e '/^[^;]*short_open_tag/s/=.*$/= On/' -i.bak /etc/php5/fpm/php.ini
sed -e '/^[^;]*short_open_tag/s/=.*$/= On/' -i.bak /etc/php5/cli/php.ini
service php5-fpm restart
# Set up DB.
cd /var/www/vagrant/util
sudo -u www-data php doctrine.php orm:schema-tool:create