seiffert / symfony-vagrant

This is a project template which enables you to get Symfony2 projects up and running on a Vagrant VM really quickly.
45 stars 10 forks source link

Added dotdeb repo for PHP5.4 on Debian host. #5

Closed Stubbs closed 10 years ago

Stubbs commented 11 years ago

Also added default timezone, I got a bit carried away & should have done them on separate branches really.

seiffert commented 11 years ago

Thank you for this PR! I will have a closer look at it probably today after work :)

seiffert commented 11 years ago

When trying to start up a vagrant box from your fork, I get lots of errors during puppet provisioning. Could you please destroy your vagrant box, start a new one and try to resolve the occurring issues?

BTW: When executing and apt-get update by hand, I get the error "W: GPG error: http://packages.dotdeb.org squeeze-php54 Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY E9C74FEEA2098A6E"

Thx

Stubbs commented 11 years ago

I'm working my way through the errors, mainly due to it trying to use the new apt repo before it's been added & updated.

To get apc working, I've had to change php-apc to php5-apc, this will all need testing on a non-Debian VM, so I've done it all on a new branch, "fix_debian_nginx" which if you can checkout & try would be great.

Not sure if I can add my new branch to this PR?