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:
parent
f54e530a3e
commit
3b49f96e9a
|
@ -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.)
|
||||
|
||||
|
|
Loading…
Reference in New Issue