Vagrant - How do I control the root directory

I thought I'd give vagrant another try for local development and I have one question, after I do 'vagrant up' it sets everything up and I see

default: /vagrant => /Applications/XAMPP/xamppfiles/htdocs/crm-sugar

Can I control that in anyway?  I would like it to use another directory.

Parents Reply
  • Hi Kenneth,

    Can you try giving the Server IP (where the MySQL is hosted) in the place of hostname instead of localhost?

    Make sure MySQL is properly installed on the server and recheck the installation process.

Children