Merge pull-request #171: many fixes (Vagrant file, German locales and CSS)

This commit is contained in:
Frédéric Guillot
2014-07-14 20:13:02 -02:30
parent 04628e1c13
commit 0d7b0851bb
3 changed files with 195 additions and 202 deletions

2
Vagrantfile vendored
View File

@@ -6,7 +6,7 @@ VAGRANTFILE_API_VERSION = "2"
$script = <<SCRIPT
# install packages
apt-get update
apt-get install -y apache2 php5 php5-sqlite php5-ldap php-5-xdebug
apt-get install -y apache2 php5 php5-sqlite php5-ldap php5-xdebug
service apache2 restart
rm -f /var/www/html/index.html
date > /etc/vagrant_provisioned_at