Hello, >From experience, if you try to modify a well packed box, then sooner or later you may find that something doesn't work quite right.
Vagrant core can provision VMs using Shell, Puppet, Chef and Ansible, so if you feel confortable with any of those, you may look into create a provision script that take an standard Linux of your choice and install all what you required. The advantage of this, is that later, you can use the same provision with a different tool, like packer and cfreate your own box that match what require. I understand that its time consuming and you may be in a rush, so I think the quickest is ask to the people who created that DrupalVM if they will allow other versions. Most of the installed components came in the base box, I don't expect they install those components when you do vagrant up. Thanks Alvaro. On Sun, Jul 31, 2016 at 6:31 PM, Sam Stamport <[email protected]> wrote: > I'm trying to mirror the versions of the various components (PHP, MySQL, > etc.) on my live web site with my local site. > > The PHP version on my live site is 5.4.43. DrupalVM ignores this > specification in config.yml and installs PHP 7.0 instead. > > What are the simple steps I need to go through to install PHP 5.4.43 with > Vagrant/DrupalVM? > > I'm a newbie so please do not assume a lot of prior knowledge about > Vagrant/DrupalVM in your reply. References to a tutorial and/or video would > be great. > > -- > This mailing list is governed under the HashiCorp Community Guidelines - > https://www.hashicorp.com/community-guidelines.html. Behavior in > violation of those guidelines may result in your removal from this mailing > list. > > GitHub Issues: https://github.com/mitchellh/vagrant/issues > IRC: #vagrant on Freenode > --- > You received this message because you are subscribed to the Google Groups > "Vagrant" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/vagrant-up/c3dd635e-4ef5-4fcb-8099-f3e131fa0d87%40googlegroups.com > <https://groups.google.com/d/msgid/vagrant-up/c3dd635e-4ef5-4fcb-8099-f3e131fa0d87%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- Alvaro +31103400555 -- This mailing list is governed under the HashiCorp Community Guidelines - https://www.hashicorp.com/community-guidelines.html. Behavior in violation of those guidelines may result in your removal from this mailing list. GitHub Issues: https://github.com/mitchellh/vagrant/issues IRC: #vagrant on Freenode --- You received this message because you are subscribed to the Google Groups "Vagrant" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/vagrant-up/CAHqq0eymqQmrPsLHasgkexUw2GvWtQi64Ee186gdZ5Z4KFzF0A%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
