Created
November 5, 2015 09:24
-
-
Save truetamtam/efdf5982e8a9d5887db9 to your computer and use it in GitHub Desktop.
VirtualBox Vagrant Homestead. Symlinks where not created. Solves "npm" problem.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Stop VirtualBox and close all VirtualBox windows. | |
# Run under administrator cmd | |
# Format: VBoxManage setextradata YOURVMNAME VBoxInternal2/SharedFoldersEnableSymlinksCreate/YOURSHAREFOLDERNAME 1 | |
VBoxManage setextradata homestead VBoxInternal2/SharedFoldersEnableSymlinksCreate/var_www 1 | |
# Verify | |
# Format: VBoxManage getextradata YOURVMNAME enumerate | |
VBoxManage getextradata homestead var_www | |
# ssh to vm under shell with administrator rights. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment