Server Requirement ... 2CPU & 4GB RAM -instance type t3.medium 30 GB disk space step1: Login AWS Cloud step2: create Linux server step3: Login Linux Server step4: switch to root user (sudo -i) step5: create user (useradd paparao( create password step:6 provide login access nano /etc/ssh/sshd_config step7: restart sshd service service sshd restart step8: provide sudo access visudo and press enter write below statement paparao ALL=(ALL) NOPASSWD: ALL Step9: Install docker software yum install docker -y step10: check the docker docker --version step11: add user into docker group ...
SonarQube Installation & Configuration Steps ================================== Pre-requisites ========= 1.CPU 2core or more -->min 2core CPU is mandatory 2.RAM 4GB or more ---->4GB is mandatory (select t3.medium---->You Get 2CPU & 2GB RAM) 3.Harddisk --30GB ---->30GB is mandatory 4.Java Software ----->java11 or 17 is mandatory go with java 17 5.Operating System---->Amazon Linux I. Create Security Group ================== Step1: Login AWS Step2: Go EC2 Dashboard step3: Select Security Group Step4: Add port number 22 Add port number 9000 Security GroupName:sonarqube II. Launch Instance & Login Instance ==================================== Step1: Go Ec2 Dashboard Step2: Create Server...
how to install and configure nexus on Linux =============================== organization name: sonatype product name: nexus purpose: to store build artifacts and also docker images server requirement: 1.os:amazon Linux 2.CPU & RAM: 2CPU 4GB RAM select instance type family: t3.medium --very less cost 3.HardDisk:30 GB 4.Java software Version 11 5.must open the port number :8081...
Comments
Post a Comment