From 3364521b329fa452ed20a122fb8266e96229e7c1 Mon Sep 17 00:00:00 2001 From: Xavier Antoviaque Date: Mon, 8 Jul 2013 15:15:04 -0300 Subject: [PATCH] vagrant: Requirement on VirtualBox 4.2.12 for compatibility with Vagrant --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f7cbc722b5..390dadeae4 100644 --- a/README.md +++ b/README.md @@ -12,8 +12,9 @@ installation process. 1. Make sure you have plenty of available disk space, >5GB 2. Install Git: http://git-scm.com/downloads -3. Install VirtualBox: https://www.virtualbox.org/wiki/Downloads (VirtualBox 4.2.14 - or later) +3. Install VirtualBox: https://www.virtualbox.org/wiki/Download_Old_Builds_4_2 + (you need version 4.2.12, as later/earlier versions might not work well with + Vagrant) 4. Install Vagrant: http://www.vagrantup.com/ (Vagrant 1.2.2 or later) 5. Open a terminal 6. Download the project: `git clone git://github.com/edx/edx-platform.git`