1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

reminder to run bundle after setting up rails-dev-box

This commit is contained in:
Ace Suares 2012-12-24 08:14:14 -04:00
parent a3309caf33
commit 41381c19d1

View file

@ -49,6 +49,13 @@ To move on from submitting bugs to helping resolve existing issues or contributi
The easiest and recommended way to get a development environment ready to hack is to use the [Rails development box](https://github.com/rails/rails-dev-box).
After you have setup your Rails development box and cloned your Rails fork on the host computer, don't forget to run Bundler before you start testing.
host $ vagrant ssh
Welcome to Ubuntu 12.04 LTS...
...
vagrant@rails-dev-box:~$ cd /vagrant/rails && bundle install
### The Hard Way
In case you can't use the Rails development box, see section above, check [this other guide](development_dependencies_install.html).