logo

mastofe

My custom branche(s) on git.pleroma.social/pleroma/mastofe
commit: dea6e47de07fa027c0f754d876bbfca758f86305
parent: 5442083b3c44c731679fc489568bf7f70a807a39
Author: Eugen <eugen@zeonfederated.com>
Date:   Wed,  5 Apr 2017 23:26:44 +0200

Merge pull request #993 from foozmeat/patch-1

Use NFS for the shared folder because it dramatically decreases latency for git operations.

Diffstat:

MVagrantfile2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/Vagrantfile b/Vagrantfile @@ -97,6 +97,8 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config| config.hostsupdater.remove_on_suspend = false end + config.vm.synced_folder ".", "/vagrant", type: "nfs", mount_options: ['rw', 'vers=3', 'tcp'] + # Otherwise, you can access the site at http://localhost:3000 config.vm.network :forwarded_port, guest: 80, host: 3000