Automation

Migrate projects to cloud and setup automation

Do not forget to expose the ports on RDS and EC2!

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