diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a1939530..73cf9714 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -30,9 +30,9 @@ To save time and headaches we use Vagrant. Vagrant is a automation tool for Virt Here's everything you need to get started working on Coderwall with Vagrant TODAY! -*At the time of writing this document we were using VirtualBox 4.3.12 and Vagrant 1.6.5.* +*At the time of writing this document we were using VirtualBox 4.3.20 and Vagrant 1.6.5.* -**WE ARE USING VIRTUALBOX 4.3.12 DUE TO COMPATABILITY ISSUES WITH VBOX GUEST ADDITIONS.** +**WE ARE USING VIRTUALBOX 4.3.20 DUE TO COMPATABILITY ISSUES WITH VBOX GUEST ADDITIONS.** #### Vagrant! I already know what to do. @@ -52,9 +52,9 @@ If you're running Windows, [here's a guide written by one of our members on how ![Download the Vbox installer and extensions from here](https://www.evernote.com/shard/s13/sh/68b6a635-7a80-444b-a210-c1aa61405efc/955c950ebafc46f0f1069e27e85bb120) - The _required_ version is **VirtualBox 4.3.12.** + The _required_ version is **VirtualBox 4.3.20.** - I recommend installing VirtualBox 4.3.12 Oracle VM VirtualBox Extension Pack for the extra drivers. + I recommend installing VirtualBox 4.3.20 Oracle VM VirtualBox Extension Pack for the extra drivers. 2. **Install Vagrant** diff --git a/Vagrantfile b/Vagrantfile index 4e205805..590e4352 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -22,8 +22,8 @@ end VAGRANTFILE_API_VERSION = "2" -$box = 'coderwall_v2' -$box_url = 'https://s3.amazonaws.com/coderwall-assets-0/vagrant/coderwall_v2.box' # The box is 1.4GB. +$box = 'coderwall_v3' +$box_url = 'https://s3.amazonaws.com/coderwall-assets-0/vagrant/coderwall_v3.box' # The box is 1.4GB. $provision = 'vagrant/bootstrap.sh' Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|