Skip to content

Commit

Permalink
Merge pull request #296 from linkernetworks/phstsai/VX-283
Browse files Browse the repository at this point in the history
[Task] VX-283: Add user folder under /nfsshare folder
  • Loading branch information
John-Lin authored Aug 30, 2018
2 parents 7e37c0f + 11b0037 commit 5eff47b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions developers/Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ sudo apt-get install -qqy nfs-kernel-server
sudo mkdir /nfsshare
sudo mkdir /nfsshare/mongodb
sudo mkdir /nfsshare/influxdb
sudo mkdir /nfsshare/user
echo "/nfsshare *(rw,sync,no_root_squash)" | sudo tee /etc/exports
sudo exportfs -r
sudo showmount -e
Expand Down

0 comments on commit 5eff47b

Please sign in to comment.