Open main menu

Changes

416 bytes added ,  13:11, 30 August 2018
no edit summary
* [https://github.com/devopsgroup-io/vagrant-hostmanager Vagrant Hostmanager] from the DevOps Group in Philadelphia, PA let's you manage the 'hosts' file on your guests, and optionally the host system itself, to make multi-node deployments easier. Note that there are a handful of 'vagrant hostmanager' plugins <ref>e.g. https://github.com/cogitatio/vagrant-hostsupdater .</ref> The DevOps Group also makes [https://github.com/devopsgroup-io/catapult Catapult] which is a system compared to Pantheon or Acquia for managing the full lifecycle of Drupal hosting.
* [https://github.com/mattes/vagrant-dnsmasq ] A Dnsmasq Vagrant plugin that manages the dnsmasq.conf file and /etc/resolver directory on your host system.
 
 
== Creating a CentOS 7 box ==
You need a CentOS box to develop/test?
 
# make a new folder: <code>mkdir ~/src/centos7 && cd ~/src/centos7</code>
# <code>vagrant init centos/7</code> will write your Vagrantfile for you
# <code>vagrant up</code> will start (and build) the virtual machine
# <code>vagrant box update</code> will pull in all the updates to the base box
 
See https://app.vagrantup.com/centos/boxes/7
 
== See Also ==
4,558

edits