promise to make this the last question of the week ;)

I may not understand what sync folders will actually do for me .

Here is my vagrantfile line:

 config.vm.synced_folder "/www/", "/usr/rails_projects/DevcampPortfolio"

Now with that the share is created.  I can create a file on the host in the 
www directory and it will show up in DevcampPortfolio.  As well, I can 
create a file in DevcampPortfolio and it shows up in /www. However what I 
really want is access to what is inside of DevcampPortfolio, which is a 
Rails application with all regular files and folders that make up the app.  
Right now, if I cd into the DevcampPortfolio folder (on the guest) I can no 
longer see the directories and files of my app.  If I remove the sync then 
I can see those files / folders again.  Also I see none of them in the /www 
folder. 

What I want to use this for is the ability to edit the files in my host. 
Should I be able to and I'm thinking maybe it's a permissions issue though 
but I'm not sure.  Basically when I go into /www on the host I want to see 
my Rails app and have access to everything.  

Hopefully the question is clear.  Help appreciated.

-- 
This mailing list is governed under the HashiCorp Community Guidelines - 
https://www.hashicorp.com/community-guidelines.html. Behavior in violation of 
those guidelines may result in your removal from this mailing list.

GitHub Issues: https://github.com/mitchellh/vagrant/issues
IRC: #vagrant on Freenode
--- 
You received this message because you are subscribed to the Google Groups 
"Vagrant" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/vagrant-up/8d364917-e8d5-4c60-8ce5-79edfb131317%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to