Last active
November 1, 2016 06:17
-
-
Save RoesWibowo/39498fcb929c140a4f30328d3577accf to your computer and use it in GitHub Desktop.
Install NFS Vagrant on Windows
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // set variable windows to non-space folder | |
| setx VAGRANT_HOME "drive:\path" /M | |
| // install plugin | |
| vagrant plugin install vagrant-winnfsd | |
| vagrant plugin install vagrant-vbguest | |
| //edit vagrant config | |
| config.winnfsd.logging = "on" | |
| readmore: https://github.com/winnfsd/vagrant-winnfsd |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment