How can I setup a flexible local web development environment I can easily sync with a production, Amazon AWS based environment?
- by user607057
I'm running on an OS X environment and would like to create a flexible web development environment locally... including the option to run on an Nginx server for my PHP-based application.
At the end of the day (or, development cycle), I'd like to be able to hit a switch and have it all sync over to Amazon AWS hosting (EC2, S3) - instances, databases, files, configurations, and all.
Are there any simple ways to do this?