Skip to content

Commit

Permalink
Upgraded the Vagrant base box, and tagged it as default
Browse files Browse the repository at this point in the history
  • Loading branch information
just3ws committed Nov 25, 2014
1 parent c17e218 commit d254231
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions CONTRIBUTING.md
Expand Up @@ -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.

Expand All @@ -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**

Expand Down
4 changes: 2 additions & 2 deletions Vagrantfile
Expand Up @@ -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|
Expand Down

0 comments on commit d254231

Please sign in to comment.