diff options
author | Frederic Guillot <fred@kanboard.net> | 2016-06-03 21:47:20 -0400 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2016-06-03 21:47:20 -0400 |
commit | 7f9b8d7dd18927c17723dab2ac4745f50400d9bd (patch) | |
tree | 10dba589a7a59c50c45f8f3ff167d9bd831eeade | |
parent | a9025e5102a3358e106b56d782a0e7dbb295af59 (diff) | |
parent | 3ae6ecde5089cc442a3abe945a1c26f17ca8d815 (diff) |
Merge pull-request #2290
-rw-r--r-- | Vagrantfile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Vagrantfile b/Vagrantfile index 7db068e4..fe1ecfb0 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -1,5 +1,6 @@ $script = <<SCRIPT +apt-get update apt-get install -y apache2 php5 php5-sqlite php5-mysql php5-pgsql php5-gd curl unzip && \ apt-get clean && \ echo "ServerName localhost" >> /etc/apache2/apache2.conf && \ |