summaryrefslogtreecommitdiff
path: root/Vagrantfile
diff options
context:
space:
mode:
authorGreg Roach <fisharebest@gmail.com>2016-01-23 14:53:59 +0000
committerGreg Roach <fisharebest@gmail.com>2016-01-23 14:53:59 +0000
commit55341ca998389a2c8986d3a11cf76c3252afc114 (patch)
treec1529472326d82b45c0f899fa7661c6504c37df7 /Vagrantfile
parent1bf9c5637176fcbe1e41aa40f0b3c0c54a7e159c (diff)
downloadwebtrees-55341ca998389a2c8986d3a11cf76c3252afc114.tar.gz
webtrees-55341ca998389a2c8986d3a11cf76c3252afc114.tar.bz2
webtrees-55341ca998389a2c8986d3a11cf76c3252afc114.zip
Vagrant/composer/memory
Diffstat (limited to 'Vagrantfile')
-rw-r--r--Vagrantfile6
1 files changed, 5 insertions, 1 deletions
diff --git a/Vagrantfile b/Vagrantfile
index 4f350dd34e..7c40f4abf9 100644
--- a/Vagrantfile
+++ b/Vagrantfile
@@ -51,6 +51,10 @@ Vagrant.configure(2) do |config|
#
# View the documentation for the provider you are using for more
# information on available options.
+ config.vm.provider "virtualbox" do |vb|
+ # Customize the amount of memory on the VM:
+ vb.memory = "1536"
+ end
# Define a Vagrant Push strategy for pushing to Atlas. Other push strategies
# such as FTP and Heroku are also available. See the documentation at
@@ -70,7 +74,7 @@ Vagrant.configure(2) do |config|
sudo apt-get update
sudo apt-get -y upgrade
# LAMP server
- sudo apt-get -y install git lamp-server^ php5-gd
+ sudo apt-get -y install git lamp-server^ php5-gd php5-curl
[ -L /var/www ] || sudo rm -Rf /var/www && sudo ln -s /vagrant /var/www
sudo service apache2 restart
# Composer