This repository was archived by the owner on Feb 13, 2023. It is now read-only.

Description
For small projects or tests I need different domains (different codebase and different database) but I do not want to set up a vm for each domain, and neither I want to use drupal multi-sites for that.
Currently I am still using the code from drupalpro (https://bitbucket.org/mediadoneright/drupalpro, originally from the quickstart vm) in my vm to create virtual hosts like drush quickstart-create --domain=example.dev
. It works well, one thing I do not like is that I need to manually sett the hosts /etc/hosts entry.
What I'd like is to have a vagrant command to just set up a new (virtual) host with database and all that stuff I need to run a new site. Is this possible with drupal-vm? If so, it would be nice to have some instruction in the wiki.