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.
This commit is contained in:
Elliot Murphy 2013-02-07 01:18:45 -05:00
parent f54e530a3e
commit 3b49f96e9a

View file

@ -7,13 +7,11 @@ on Discourse with:
### Getting Started ### Getting Started
1. Install the Xcode tools: https://developer.apple.com/xcode/ 1. Install VirtualBox: https://www.virtualbox.org/wiki/Downloads
2. Install VirtualBox: https://www.virtualbox.org/wiki/Downloads 2. Install Vagrant: https://www.vagrantup.com/
3. Install Ruby 1.9.3. We recommend RVM: https://rvm.io/ 3. Open a terminal
4. Open a terminal 4. Clone the project: `git@github.com:discourse/discourse.git`
5. Clone the project: `git@github.com:discourse/discourse.git` 5. Enter the project directory: `cd discourse`
6. Enter the project directory: `cd discourse`
7. Install vagrant: `gem install vagrant`
### Using Vagrant ### Using Vagrant
@ -22,7 +20,7 @@ When you're ready to start working, boot the VM:
vagrant up 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.) (The first time you do this, it will take a while as it downloads the VM image and installs it. Go grab a coffee.)