Hi, I am going to deploy my local phalcon project to an EC2 ubuntu server. I am using git, and I have my code in a remote repository in github.com. Can somebody give me links, and resource of how to make an auto & continuous deployment from my local project (or from github) to the ec2? I also wants to make a script for initiating new ec2 ubuntu instace that helps me to
- setup php and mysql,
- initiate and import the initial database and structure
- setup apache2 virtual host
- etc, etc If you know a link or resource for learning this task, Please share :)