summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/platform/details/development.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/platform/details/development.md b/docs/platform/details/development.md
index ab7ef87..e3888db 100644
--- a/docs/platform/details/development.md
+++ b/docs/platform/details/development.md
@@ -351,5 +351,8 @@ Known Issues
* be sure to use vagrant-libvirt >= 0.0.11 and sahara >= 0.0.16 (which are the latest stable gems you would get with `vagrant plugin install [vagrant-libvirt|sahara]`) for proper libvirt support
* for shared folder support, you need nfs-kernel-server installed on the host machine and set up sudo to allow unpriviledged users to modify /etc/exports. See [vagrant-libvirt#synced-folders](https://github.com/pradels/vagrant-libvirt#synced-folders)
-
sudo apt-get install nfs-kernel-server
+
+or you can disable shared folder support (if you do not need it), by setting the following in your Vagrantfile:
+
+ config.vm.synced_folder "src/", "/srv/website", disabled: trueconfig.vm.synced_folder "src/", "/srv/website", disabled: true