How can I setup a flexible local web development environment I can easily sync with a production, Amazon AWS based environment?
Posted
by
user607057
on Stack Overflow
See other posts from Stack Overflow
or by user607057
Published on 2011-02-21T23:21:51Z
Indexed on
2011/02/21
23:25 UTC
Read the original article
Hit count: 166
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?
© Stack Overflow or respective owner