Updated README to explain how to install the disksize Vagrant plugin.

pull/255/head
Cédric Bonhomme 2020-02-03 09:22:59 +01:00
parent 29e1ccdc99
commit 6b36955c1a
No known key found for this signature in database
GPG Key ID: A1CB94DE57B7A70D
2 changed files with 4 additions and 2 deletions

View File

@ -15,6 +15,7 @@ Installation of VirtualBox and Vagrant
.. code-block:: bash
$ sudo apt-get install virtualbox vagrant
$ vagrant plugin install vagrant-disksize
Deployment of the front office

5
vagrant/Vagrantfile vendored
View File

@ -11,6 +11,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
# Every Vagrant virtual environment requires a box to build off of.
config.vm.box = "ubuntu/bionic64"
config.disksize.size = '50GB'
config.vm.provision :shell, path: "bootstrap.sh"
# Disable automatic box update checking. If you disable this, then
@ -53,8 +54,8 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
# vb.gui = true
#
# # Use VBoxManage to customize the VM. For example to change memory:
vb.customize ["modifyvm", :id, "--memory", "1024"]
vb.customize ["modifyvm", :id, "--name", "MONARC FO - Ubuntu 18.04 - 1"]
vb.customize ["modifyvm", :id, "--memory", "2048"]
vb.customize ["modifyvm", :id, "--name", "MONARC FO - Ubuntu 18.04 - DEV"]
end
#
# View the documentation for the provider you're using for more