Skip to content

Commit

Permalink
Vagrant uses NFS, updated documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Kliment committed Oct 25, 2013
1 parent 4647896 commit ebec5f0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -50,7 +50,7 @@ Dredd can test only API resources specified by *well defined transaction*. Any N

## Contribution

Any contribution is more then welcome. Let's start with creating your own [virtual development environment][vde], then Fork & Pull Request.
Any contribution is more then welcome! Let's start with creating your own [virtual development environment][vde], then fork, write the tests, write the code, use `scripts/bdd`, keep the coverage and give a pull request. :)

Make sure to follow Dredd [issues page][issues].

Expand Down
2 changes: 2 additions & 0 deletions Vagrantfile
Expand Up @@ -6,6 +6,8 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|

config.vm.provision "shell", path: "provisioning.sh"

config.vm.network :private_network, ip: "10.3.3.3"

config.vm.provider :virtualbox do |vb|
vb.customize ["modifyvm", :id, "--memory", "1024"]
end
Expand Down
1 change: 1 addition & 0 deletions VirtualDevelopmentEnvironment.md
Expand Up @@ -22,6 +22,7 @@ It's recomended to use [Vagrant][] and [VirtualBox][] in order to achieve consis
```
$ vagrant up
```
Please notice that you may be promted to enter your root password due to exporting shared folder over NFS to the virtual machine.
- SSH to the virtual development environment:

```
Expand Down

0 comments on commit ebec5f0

Please sign in to comment.