zivtech / vagrant-development-vm

A Vagrant project to setup Zivtech's Drupal development environment.
26 stars 18 forks source link

Document that box must be 32-bit #5

Open wizonesolutions opened 11 years ago

wizonesolutions commented 11 years ago

Because of drushphpsh which depends on an i386 version of phpsh. That caught me out.

tizzo commented 11 years ago

Ah, good point. Thanks.

Actually, I wonder if what we really should do is find a better way to support drushphpsh.

wizonesolutions commented 11 years ago

That could work too. This was just the band-aid suggestion. Everything worked well on Parallels (via https://github.com/yshahin/vagrant-parallels) with 32-bit 12.04. Had to bring my own box, obviously — I'll probably PR it commented-out, similar to Fusion, if I keep using this configuration :)

tizzo commented 11 years ago

We should be able to wrap that module in a conditional that checks the architecture from a facter fact.

On Tue, Oct 1, 2013 at 12:53 PM, Kevin Kaland notifications@github.comwrote:

That could work too. This was just the band-aid suggestion. Everything worked well on Parallels with 32-bit 12.04. Had to bring my own box, obviously — I'll probably PR it commented-out, similar to Fusion, if I keep using this configuration :)

— Reply to this email directly or view it on GitHubhttps://github.com/zivtech/vagrant-development-vm/issues/5#issuecomment-25467939 .