From 3b49f96e9abc5d70dd721a5c84e7d55baf80e478 Mon Sep 17 00:00:00 2001 From: Elliot Murphy <elliot.murphy@patdeegan.com> Date: Thu, 7 Feb 2013 01:18:45 -0500 Subject: [PATCH] Update & simplify vagrant instructions. The gem installer is deprecated, direct people to the real installer. No longer need to require XCode and RVM installs, just install vagrant and go. Password prompt during boot only happens on windows, not OS X and Linux hosts. --- DEVELOPMENT.md | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md index aff60de62..95c7d384c 100644 --- a/DEVELOPMENT.md +++ b/DEVELOPMENT.md @@ -7,13 +7,11 @@ on Discourse with: ### Getting Started -1. Install the Xcode tools: https://developer.apple.com/xcode/ -2. Install VirtualBox: https://www.virtualbox.org/wiki/Downloads -3. Install Ruby 1.9.3. We recommend RVM: https://rvm.io/ -4. Open a terminal -5. Clone the project: `git@github.com:discourse/discourse.git` -6. Enter the project directory: `cd discourse` -7. Install vagrant: `gem install vagrant` +1. Install VirtualBox: https://www.virtualbox.org/wiki/Downloads +2. Install Vagrant: https://www.vagrantup.com/ +3. Open a terminal +4. Clone the project: `git@github.com:discourse/discourse.git` +5. Enter the project directory: `cd discourse` ### Using Vagrant @@ -22,7 +20,7 @@ When you're ready to start working, boot the VM: vagrant up ``` -It should prompt you for your admin password. This is so it can mount your local files inside the VM for an easy workflow. +On Windows, it will prompt you for your admin password. This is so it can mount your local files inside the VM for an easy workflow. (The first time you do this, it will take a while as it downloads the VM image and installs it. Go grab a coffee.)