Created
November 17, 2012 13:24
-
-
Save asanchez75/4095976 to your computer and use it in GitHub Desktop.
Vagrant things
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
troubleshooting | |
=========================================== | |
http://vagrantup.com/v1/docs/troubleshooting.html | |
[default] -- v-root: /vagrant | |
The following SSH command responded with a non-zero exit status. | |
Vagrant assumes that this means the command failed! | |
mount -t vboxsf -o uid=`id -u vagrant`,gid=`id -g vagrant` v-root /vagrant | |
Solutions | |
lsmod | grep vboxsf | |
sudo /etc/init.d/vboxadd setup | |
=============================================================================================== | |
NFS | |
=============================================================================================== | |
https://help.ubuntu.com/8.04/serverguide/network-file-system.html | |
====================================== | |
Settings | |
====================================== | |
http://nefariousdesigns.co.uk/vagrant-virtualised-dev-environments.html | |
http://lenss.nl/2012/08/setup-a-basic-php-development-environment-with-vagrant-and-chef-solo/ | |
http://treehouseagency.com/blog/steven-merrill/2011/11/17/vagrant-and-nfs | |
====================================== | |
remote Xdebug | |
====================================== | |
http://blog.rajatpandit.com/2010/04/30/xdebug-remote-debugging/ | |
http://www.adayinthelifeof.nl/2012/02/04/setting-up-a-development-environment/ | |
http://tiger-fish.com/blog/drupal-debugging-code-inside-vagrant-instance-using-xdebug | |
============================================ | |
Veewee | |
============================================ | |
http://blog.aheritier.net/setup-your-devops-playground-with-puppet-vagrant-co/ | |
====================== | |
Boxes | |
====================== | |
http://packages.vstone.eu/vagrant-boxes/ | |
https://github.com/pdaether/LAMP-CentOS-with-Vagrant |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment