-
Notifications
You must be signed in to change notification settings - Fork 19
add php56 to hypernode-vagrant-runner #158
Conversation
so our buildscripts can build in an PHP56 environment
51f4c07 to
73f9242
Compare
|
Hi @vdloo Great addition, we need this for our projects. Let me know when this has been merged so that we can update our vagrants and start using PHP 5.6 |
|
Hi @dverkade, I'm waiting for someone internally to review the initial PHP5.6 changes in the playbooks of our private provisioning repository, but everything is lined up and ready to go. I'll keep you updated on when we push a new box with this included. Note that this does not include all php-modules yet, we need this box to build those so it's kind of a chicken-egg thing. To give you some insight in what will be missing in the first release of this box with 5.6 until we re-build and re-release: I think you need some of those to run Magento, but anyway it's coming. I'll keep you posted. edit: also happy birthday @dverkade |
|
Hi @dverkade, I just deployed box version 4219 which contains the base PHP 5.6 packages. You can switch as root by running |
|
Hi @vdloo Great! Is it also possible to configure this in de local.yml? With this code snippet? php: |
|
Yeah, I just pushed the latest vagrant-hypconfigmgmt to rubygems, that's the Vagrant plugin that prompts for the configuration of the box. You also can manually edit the local.yml and specify 5.6 like so: or throw away your local.yml and run 'vagrant up' again to configure the box using the dialogue. You can also just remove the php setting from your local.yml and it will only prompt for the PHP version again. Example local.yml: |

so our buildscripts can build in an PHP56 environment