Automation
Migrate projects to cloud and setup automation
Install Jenkins on EC2
Setup git project on EC2
git clone <your git repo>
chmod 777 <your project folder>
cd .. && chmod 775 ubuntu/
Setup SQL server on RDS
Follow this article: Create and Connect to a MySQL Database with Amazon RDS.
Last updated