https://github.com/cherouvim/vagrant-shared-folders-performance-test
https://github.com/cherouvim/vagrant-shared-folders-performance-test
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/cherouvim/vagrant-shared-folders-performance-test
- Owner: cherouvim
- Created: 2019-10-04T08:00:29.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-05-10T16:36:14.000Z (about 5 years ago)
- Last Synced: 2025-10-08T23:53:13.891Z (9 months ago)
- Size: 20.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vagrant-shared-folders-performance-test
## Environment setup (windows)
1. Install latest VirtualBox from https://www.virtualbox.org/wiki/Downloads
2. Install latest VirtualBox Extension Pack from https://www.virtualbox.org/wiki/Downloads
3. Install latest vagrant from https://www.vagrantup.com/downloads.html
4. Run `vagrant up` to bring the VM up. First "up" will provision VM.
5. Run `vagrant provision` to test the speed.
6. Run `vagrant destroy --force` to remove VM.
## Environment setup (ubuntu)
1. Install latest virtualbox from https://www.virtualbox.org/wiki/Downloads
2. Install latest VirtualBox Extension Pack from https://www.virtualbox.org/wiki/Downloads
3. Install latest vagrant from https://www.vagrantup.com/downloads.html
4. Install NFS `sudo apt-get install nfs-common nfs-kernel-server`.
5. Run `vagrant up` to bring the VM up. First "up" will provision VM.
6. Run `vagrant provision` to test the speed.
7. Run `vagrant destroy --force` to remove VM.