@@ -54,7 +54,7 @@ To save time and headaches we use Vagrant. Vagrant is a automation tool for Virt
54
54
55
55
Here's everything you need to get started working on Coderwall with Vagrant TODAY!
56
56
57
- * At the time of writing this document we were using VirtualBox 4.3.10 and Vagrant 1.6.2 .*
57
+ * At the time of writing this document we were using VirtualBox 4.3.12 and Vagrant 1.6.5 .*
58
58
59
59
#### Vagrant! I already know what to do.
60
60
@@ -72,15 +72,15 @@ If you're running Windows, [here's a guide written by one of our members on how
72
72
73
73
Grab the VirtualBox installer from ** [ here] ( https://www.virtualbox.org/wiki/Downloads ) ** .
74
74
75
- _ At the time of writing this documentation the current version is VirtualBox 4.3.10 ._
75
+ _ At the time of writing this documentation the current version is VirtualBox 4.3.12 ._
76
76
77
- You don't have to install the VirtualBox 4.3.10 Oracle VM VirtualBox Extension Pack but I recommend installing it for the extra drivers.
77
+ You don't have to install the VirtualBox 4.3.12 Oracle VM VirtualBox Extension Pack but I recommend installing it for the extra drivers.
78
78
79
79
2 . ** Install Vagrant**
80
80
81
81
[ Vagrant] ( http://vagrantup.com ) is the recommended way to run Coderwall on your own machine. You need to download and install.
82
82
Grab the Vagrant installer from ** [ here] ( http://www.vagrantup.com/downloads.html ) ** .
83
- _ At the time of writing this documentation the current version is Vagrant 1.6.2 ._
83
+ _ At the time of writing this documentation the current version is Vagrant 1.6.5 ._
84
84
85
85
Follow the installation instructions for your platform on the Vagrant download page.
86
86
@@ -89,6 +89,7 @@ If you're running Windows, [here's a guide written by one of our members on how
89
89
If you're on a OS X/Linux system you can install the plugins by running:
90
90
91
91
vagrant plugin install vagrant-vbguest
92
+ vagrant plugin install vagrant-cachier
92
93
93
94
The vagrant-vbguest plugin will each help with keeping the VirtualBox Guest Additions up-to-date.
94
95
0 commit comments