Skip to content

Commit

Permalink
Merge pull request #223 from linkernetworks/hwchiu/VX-249
Browse files Browse the repository at this point in the history
[Task] Install the nfs-server in the vagrant environment.
  • Loading branch information
John-Lin authored Aug 6, 2018
2 parents 35860c4 + 0048768 commit cfca9d7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions developers/Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,13 @@ curl -L https://storage.googleapis.com/kubernetes-helm/helm-v2.9.1-linux-amd64.t
rm -rf /home/$USER/helm-v2.9.1-linux-amd64.tar.gz
sudo pip install yq
# Install NFS Server
sudo apt-get install -qqy nfs-kernel-server
mkdir -p /tmp/nfs
echo "/tmp/nfs *(rw,sync,no_root_squash)" | sudo tee /etc/exports
sudo exportfs -r
sudo showmount -e
# clone the project
git clone https://github.com/linkernetworks/vortex.git
SHELL
Expand Down

0 comments on commit cfca9d7

Please sign in to comment.