-
Notifications
You must be signed in to change notification settings - Fork 308
Adding NFS support to supported platforms #2321
Conversation
cc: @seanlinsley @rummik @duckinator @patcon (various platforms) |
@abnor please also test this; I think you're the only person using Windows |
@@ -59,7 +59,7 @@ Table of Contents | |||
- [Dependencies](#dependencies) | |||
- [Building](#building) | |||
- [Launching](#launching) | |||
- [Docker](#docker) | |||
- [Docker](#docker) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah... I forgot to link to the Vagrant section from the TOC earlier. Would you mind adding it?
Maybe @joeyespo could test this on Windows for us? |
Seems that NFS doesn't work on ubunutu pre-1.5.2, so we might want to add a check for that in the vagrantfile to save us and others hassle of troubleshooting |
Ah, ok, so apparently that comment is a lie, and NFS is not working, at least on ubuntu 12.04. I had to run this: |
Hm. Odd. So I still have the an issue when I fix that, but heard the advice that it only has an affect in my home directory. When I clone the repo into (I'm on precise by the way.) |
Yep, I'm using ecryptfs (default ubuntu home encryption) and NFS doesn't work :/ I thought I was being clever turning that on, but I'll investigate a workaround |
Ok, got it working by setting up a new directory for my repos outside $HOME Not sure what the solution is -- do we just make it easily toggleable in case someone doesn't want to troubleshoot NFS? |
officially working on ubuntu, with above caveats 👍 |
+1 to merge |
Adding NFS support to supported platforms
Please test on various platforms. Can confirm Mac works out of the box and that windows falls back.
To Do