Skip to content

Instantly share code, notes, and snippets.

@abcnever
Created October 4, 2016 13:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save abcnever/42f9d8d72521525a18af36e53541926f to your computer and use it in GitHub Desktop.
Save abcnever/42f9d8d72521525a18af36e53541926f to your computer and use it in GitHub Desktop.
vagrant additional config
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