How does everyone set up AWS for PHP with a git workflow while worrying about distributing EC2?
- by Parris
Hello,
I have been looking for something like heroku but for php, and after much frustration (and almost finding what I need, but not quite) we decided to just go with AWS without any other abstraction.
We are using PHP 5.3 (and CakePHP 1.3), and are currently using git. Ubuntu seems like the easiest way to get both of those on there and we will…