Created
October 4, 2016 13:35
-
-
Save abcnever/42f9d8d72521525a18af36e53541926f to your computer and use it in GitHub Desktop.
vagrant additional config
This file contains hidden or 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
inside the vm | |
sudo yum -y install cachefilesd | |
sudo service cachefilesd start | |
git config --global core.preloadindex true | |
enable the following mount options: | |
config.vm.synced_folder './csc-amera-manager/', '/home/vagrant/csc-amera-manager', enabled: true, type: :nfs, mount_options: ['rw', 'vers=3', 'tcp', 'fsc' ,'actimeo=2'] | |
config.vm.synced_folder './csc-amera-auth/', '/home/vagrant/csc-amera-auth', enabled: true, type: :nfs, mount_options: ['rw', 'vers=3', 'tcp', 'fsc' ,'actimeo=2'] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment