Fixing author.

This commit is contained in:
2013-07-12 11:09:30 -04:00
parent 6b5b578a6c
commit 82a408a4d8
3 changed files with 122 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
#!/usr/bin/env bash
apt-get update
sudo debconf-set-selections <<< 'mysql-server-5.5 mysql-server/root_password password 0233235'
sudo debconf-set-selections <<< 'mysql-server-5.5 mysql-server/root_password_again password 0233235'
apt-get install -y apache2 python sqlite3 mysql-server git
rm -rf /var/www
ln -fs /vagrant /var/www