openminds / sneakers

Sneakers is a simple, fast way to mimick Openminds Shared and Cloud hosting environments using vagrant/virtualbox, and provisioned by Chef.
25 stars 11 forks source link

NFS: add NFS default support. #14

Closed jelmersnoeck closed 11 years ago

jelmersnoeck commented 11 years ago

Add default NFS support. This allows faster file sharing than with the standard VM sharing protocol. This is espacially useful when working with projects with a large codebase (Like a full Symfony2 installation).

jelmersnoeck commented 11 years ago

This is mentioned here, by the way. https://github.com/openminds/sneakers/issues/3

Zhann commented 11 years ago

Thank you for the contribution! We merged it.

Dextro commented 11 years ago

Why is this set as an option and not 'by default'?

Zhann commented 11 years ago

NFS shares are not Windows compatible.

franklouwers commented 11 years ago

you also seem to need to enter an ip address in the config, making it even less "universal"

jelmersnoeck commented 11 years ago

The IP address was the reason I haven't set this as default. I could provide an option for the IP address though, if wanted?

wonko commented 11 years ago

it should work out of the box on both windows, mac and linux. We will never allow this as a default as long as vagrant/virtualbox doesnt support it on all platforms.

Dextro commented 11 years ago

Ok, makes sense.