Packer is a super cool tool by HashiCorp which can be used to create images such as Amazon Machine Images and Docker images. By default, Amazon...
In your AWS console, create a new key pair. You can use an existing one if you wish, but it’s better to be in the clear. You can find it in the EC2...
First add HashiCorp’s GPG key. curl -fsSL https://apt.releases.hashicorp.com/gpg | sudo apt-key add - Now add HashiCorp’s repository to Ubuntu. sudo...
Install nginx from the apt package manager. sudo apt install nginx -y Enable firewall. sudo ufw enable List the available applications the firewall...
Jenkins cannot run without Java so install the Java JDK. sudo apt-get install openjdk-11-jdk -y Obtain the Jenkins GPG key. curl -fsSL...
First, install some packages that will be needed for SonarQube. sudo apt install curl gnupg software-properties-common apt-transport-https lsb-release...