We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 614f5d4 commit 97d9eb8Copy full SHA for 97d9eb8
README.md
@@ -70,7 +70,12 @@ Vagrant mounts that very directory as _/vagrant_ within the virtual machine:
70
vagrant@rails-dev-box:~$ ls /vagrant
71
puppet rails README.md Vagrantfile
72
73
-so we are ready to go to edit in the host, and test in the virtual machine.
+Install gem dependencies in there:
74
+
75
+ vagrant@rails-dev-box:~$ cd /vagrant/rails
76
+ vagrant@rails-dev-box:/vagrant/rails$ bundle
77
78
+We are ready to go to edit in the host, and test in the virtual machine.
79
80
This workflow is convenient because in the host computer you normally have your editor of choice fine-tuned, Git configured, and SSH keys in place.
81
0 commit comments