Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Running on Linux #17

Open
plaftmp opened this issue Aug 5, 2016 · 0 comments
Open

Running on Linux #17

plaftmp opened this issue Aug 5, 2016 · 0 comments

Comments

@plaftmp
Copy link

plaftmp commented Aug 5, 2016

Hi
Because i am on linux i run into a problem

You should change your l.44 of Vagrantfile to

if Vagrant::Util::Platform.windows?
    config.vm.synced_folder ".", "/vagrant", :mount_options => ["dmode=777", "fmode=777"]
  else
    config.vm.synced_folder ".", "/vagrant", :nfs => { :mount_options => ["dmode=777", "fmode=777"] }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant