Git Product home page Git Product logo

nfs-homestead-vagrant-windows's Introduction

Using NFS in Homestead / Vagrant on Windows

  • Navigate to your Homestead directory, for me that's:

    cd ~/Homestead
  • Install NFS for vagrant:

    vagrant plugin install vagrant-winnfsd
  • SSH into the VM (one of the following):

    vagrant ssh
    vagrant ssh %ip/hostname of the VM%
  • Edit Homestead config:

    nano ~/.homestead/Homestead.yaml
  • Within the file, add NFS to folders:

    folders:
        - map: ~/code
          to: /home/vagrant/code
          type: "nfs"
  • When using NFS, you should consider installing the vagrant-bindfs plug-in. This plug-in will maintain the correct user / group permissions for files and directories within the Homestead box.

    vagrant plugin install vagrant-bindfs

Oh my ZSH

Optional, but fun addition: Check out Oh-My-ZSH. It's pretty damn cool.

sudo apt-get update && sudo apt-get install zsh -y && sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"

nfs-homestead-vagrant-windows's People

Contributors

janpio avatar jburgerhout avatar winfried-van-loon avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.