#devops
Read more stories on Hashnode
Articles with this tag
Pre-Requisite: AWS Account Circle CI Account Static Website Architecture: Steps: Go to your AWS Console --> S3 Bucket Now, Create your bucket...
Step-1: openssl genrsa -out poc.key 2048 The command you provided generates a new RSA private key using OpenSSL with a key length of 2048 bits. The...
#After installing docker on Jenkins Server #Add docker user to the group of jenkins sudo usermod -aG docker jenkins #Restart Jenkins sudo systemctl...
Step-1: Install Docker sudo apt update sudo apt install docker.io Step-2: Pull the nexus image from Docker: sudo docker pull sonatype/nexus3 Step-3:...
Step-1: Install Java Update your system sudo apt-get update Install Java sudo apt install openjdk-11-jre Validate Installation java...
This is the simple architecture we are going to follow for our deployment: Points: CI Server: t2.micro DockerHub: Create a repository Deployment...