winnfsd / vagrant-winnfsd

Manage and adds support for NFS for Vagrant on Windows.
Other
570 stars 61 forks source link

Usage instructions would be nice #6

Closed ameyp closed 10 years ago

ameyp commented 10 years ago

I really don't know how to use the plugin after installing it.

GM-Alex commented 10 years ago

I will extend the readme. Here it's described how to use nfs for vagrant: http://docs.vagrantup.com/v2/synced-folders/nfs.html

The plugin extends vagrant in the way that you can use nfs also with windows. So the following hint is no longer true.

Windows users: NFS folders do not work on Windows hosts. Vagrant will ignore your request for NFS synced folders on Windows.
ameyp commented 10 years ago

Ah, that makes sense, thanks!

benh57 commented 10 years ago

Those docs do not explain how to use this. The docs say to use ' type: "nfs"' , for example, while the plugin is looking for nfs: true.

GM-Alex commented 10 years ago

You are right, I will fix that see #7