Mastering-DevSecOps
Mastering DevSecOps
File Explorer
Download Latest Version (.zip)- README.md
- README.md
- README.md
- README.md
- script.sh
- break.sh
- continue.sh
- exit-code.sh
- README.md
- docker.sh
- ebs.sh
- log-rotation.sh
- multi-function.sh
- README.md
- README.md
- README.md
- README.md
- README.md
- README.md
- README.md
- README.md
- locals.tf
- main.tf
- README.md
- RTA.tf
- sg.tf
- subnet.tf
- terraform.tfvars
- variables.tf
- private-ec2.tf
- public-ec2.tf
- README.md
- terraform.tfvars
- txt.tf
- user-data.sh
- variable.sh
- README.md
- README.md
- README.md
- README.md
- README.md
- .gitignore
- 1.provider.tf
- 10.locals.tf
- 11.localfile_ansible_inventory.tf
- 12.localfile_ansible_inventory_yaml.tf
- 13.null-local-exec.tf
- 14.outputs.tf
- 15.terraform.tfvars
- 16.variables.tf
- 2.vpc.tf
- 3.public-subnets.tf
- 4.private-subnets.tf
- 5.public-routing.tf
- 6.private-routing.tf
- 7.ec2.tf
- 8.sg.tf
- 9.vpc-peering.tf
- Playbooks
- publicservers.tpl
- publicservers_yaml.tpl
- README.md
- README.md
- README.md
- README.md
- 0-steps.sh
- 1-config.hcl
- 2-config-kms.hcl
- 2-vault.service
- 1-provider.tf
- 2-random-passwords.tf
- 3-hashi-vault-passwords.tf
- policy.yaml
- user.tf
- variables.tf
- README.md
- README.md
- README.md
- 0-maven.sh
- 0-sonarqube.sh
- 1-ado-tools.sh
- 1-pipeline.yml
- 2-pipeline.yml
- README.md
- azure-pipelines.yml
- pom.xml
- README.md
- azure-pipelines.yml
- pom.xml
- README.md
- .gitignore
- 1-main.tf
- 2-ec2.tf
- 3-alb.tf
- 4-alb-listener.tf
- 5-route53.tf
- access.auto.tfvars
- azure-pipelines.yml
- backend.json
- details.tpl
- docker-swarm.yml
- docker.service
- localfile.tf
- packer-vars.json
- packer.json
- prod.auto.tfvars
- README.md
- variables.tf
- README.md
- full-files-here.zip
- Jenkinsfile
- README.md
- 0-jenkins_install.sh
- README.md
- Jenkinsfile
- README.md
- README.md
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/saikiranpi/Mastering-DevSecOps
Downloads the entire project code from GitHub to your computer.
cd Mastering-DevSecOps
Moves into the project folder you just downloaded.
2. Maven (Java)
Medium RecommendedPrerequisites
- Git Needed to download the project code from GitHub.
- JDK (Java) Required to build and run Java projects.
- Maven The build tool used for the mvn command.
cd Day 29 AzureDevOps-Part-2
This project's files live in a subfolder, so move into it first.
mvn clean install
Installs dependencies and builds the project using Maven.
A BUILD SUCCESS message means it worked. The output is created under target/.
// repository documentation
Was this content helpful?
(0 ratings)
