Re: [vagrant-up] could i configure to sync multiple folders ?

2014-10-30 Thread Marco De Bortoli
Hi Adrian, In the line you posted there is no double quote after public_html. Could it be that? I hope it helps, Debo On Thursday, 30 October 2014, Adrian Mak wrote: > My host platform is Windows > I added > config.vm.synced_folder "adrian", "/home/adrian/public_html, owner: > "adrian" > in Va

Re: [vagrant-up] could i configure to sync multiple folders ?

2014-10-29 Thread Adrian Mak
My host platform is Windows I added config.vm.synced_folder "adrian", "/home/adrian/public_html, owner: "adrian" in Vagrantfile when vagrant up, it return an syntax error There is a syntax error in the following Vagrantfile. The syntax error message is reproduced below for convenience: D:/lxc/

Re: [vagrant-up] could i configure to sync multiple folders ?

2014-10-29 Thread Alvaro Miranda Aguilera
hello, you can setup multiples lines for that. as shared folders: https://docs.vagrantup.com/v2/synced-folders/basic_usage.html config.vm.synced_folder "src/", "/srv/website" config.vm.synced_folder "/site1/", "/home/site1" config.vm.synced_folder "/site2/", "/home/site2" but bear in mind tha

[vagrant-up] could i configure to sync multiple folders ?

2014-10-29 Thread Adrian Mak
For example host folder -> vagrant vm /site1 ->/home/site1 /site2 ->/home/site2 -- 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 vagrant-up+unsubs