Skip to content

Commit d254231

Browse files
committed
Upgraded the Vagrant base box, and tagged it as default
1 parent c17e218 commit d254231

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

CONTRIBUTING.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ To save time and headaches we use Vagrant. Vagrant is a automation tool for Virt
3030

3131
Here's everything you need to get started working on Coderwall with Vagrant TODAY!
3232

33-
*At the time of writing this document we were using VirtualBox 4.3.12 and Vagrant 1.6.5.*
33+
*At the time of writing this document we were using VirtualBox 4.3.20 and Vagrant 1.6.5.*
3434

35-
**WE ARE USING VIRTUALBOX 4.3.12 DUE TO COMPATABILITY ISSUES WITH VBOX GUEST ADDITIONS.**
35+
**WE ARE USING VIRTUALBOX 4.3.20 DUE TO COMPATABILITY ISSUES WITH VBOX GUEST ADDITIONS.**
3636

3737
#### Vagrant! I already know what to do.
3838

@@ -52,9 +52,9 @@ If you're running Windows, [here's a guide written by one of our members on how
5252

5353
![Download the Vbox installer and extensions from here](https://www.evernote.com/shard/s13/sh/68b6a635-7a80-444b-a210-c1aa61405efc/955c950ebafc46f0f1069e27e85bb120)
5454

55-
The _required_ version is **VirtualBox 4.3.12.**
55+
The _required_ version is **VirtualBox 4.3.20.**
5656

57-
I recommend installing VirtualBox 4.3.12 Oracle VM VirtualBox Extension Pack for the extra drivers.
57+
I recommend installing VirtualBox 4.3.20 Oracle VM VirtualBox Extension Pack for the extra drivers.
5858

5959
2. **Install Vagrant**
6060

Vagrantfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ end
2222

2323
VAGRANTFILE_API_VERSION = "2"
2424

25-
$box = 'coderwall_v2'
26-
$box_url = 'https://s3.amazonaws.com/coderwall-assets-0/vagrant/coderwall_v2.box' # The box is 1.4GB.
25+
$box = 'coderwall_v3'
26+
$box_url = 'https://s3.amazonaws.com/coderwall-assets-0/vagrant/coderwall_v3.box' # The box is 1.4GB.
2727
$provision = 'vagrant/bootstrap.sh'
2828

2929
Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|

0 commit comments

Comments
 (0)