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
Post a Comment