php - Connect netbeans with vagrant -


i have project cloned github repository on vagrant machine. how can open netbeans on host machine, , make changes automatically deploys vagrant?

i have been thinking sftp, don't have vagrant password, user, or other things - starts vagrant ssh.

is there way this?

you can use shared folder sources make visible on guest , host systems @ same time. or if want sync between these 2 can find default key used vagrant ssh communication. or customize according needs (see http://docs.vagrantup.com/v2/vagrantfile/ssh_settings.html)


Comments

Popular posts from this blog

c++ - Difference between pre and post decrement in recursive function argument -

php - How can I echo out this array? -

javascript - IE11 incompatibility with jQuery's 'readonly'? -