Chris Fidao
Chris Fidao
Definitely interesting! I've been really busy lately, but I'll give this more attention in the near future. Thanks!
Hi! That's interesting - Did you change the Vagrantfile to use Precise (12.04) over Trusty (14.04)? To my knowledge, Ubuntu 12.10 + uses the package "software-properties-common" to get the "add-apt-repository"...
To be more clear, 12.04 and lower used packages `'python-software-properties` to get the command `add-apt-repository`, while Ubuntu 12.10+ uses `software-properties-common`. This uses Ubuntu 14.04 as the base box, which to...
Made a new box yesterday (via Virtualbox) which seemed to work fine, but I don't have VMWare installed on this computer currently to test it out :/
The base.sh file installs `software-properties-common` instead of `python-software-properties`, so I'm not sure how that's working out at all. Are you using an older Vagrantfile? Can you double check the version...
You aren't commenting out the base.sh script, right?
Lastly, the issue of composer not installing Laravel correctly is likely because Laravel 4.2 requires php 5.4 or greater, so this is probably a result of the same error.
huh, idk. If you're using vmware, potentially it's using ubuntu 12.04 instead of 14.04, which could explain that. I don't know how `add-apt-repository` or the `software-properties-common` install could fail. is...
Looks like it needs updating to a vmware box. Does anyone here who uses vmware know which box (trusty64) is appropriate? https://atlas.hashicorp.com/boxes/search?provider=vmware_desktop&q=trusty&sort=&utf8=%E2%9C%93
Nice, thanks. Do you know if there is a trusty64 vmware? Tis still uses Precise (ubuntu 12.04 instead of newer 14.04)