Challenge Overview
The goal of this challenge is to document and provide the scripts for setting up gitlab CI against two EC2 instances when a merge 'develop' branch happens.
Requirements
- 1. Document Setup of Build of AWS Machines
- 1. first machine: Apache for Frontend & Tomcat for Backend .wars on one EC2
2. second machine: Oracle Express for DB Server
3. Machines are Linux Red Hat 7, you need to have AWS account, we are not providing account access.
2. Gitlab CI trigger build of frontend and backend when a merge to develop happens.- 1. All Tests should be run and pass for deploy to happen
2. All configurations should be environment based where applicable
- 1. first machine: Apache for Frontend & Tomcat for Backend .wars on one EC2
Source Code
Provided details in challenge forums.
Final Submission Guidelines
Deliverables
- - Detailed document (on markdown language) for all steps required
- All scripts needed to complete the task