53769/install-jenkins-on-an-ec2-instance
Hey @Yamini, follow these steps:
1. Install Java
yum install java-1.8*
2. Confirm java version
java -version
3. Install Jenkins:
yum -y install wget wget -O /etc/yum.repos.d/jenkins.repo https://pkg.jenkins.io/redhat-stable/jenkins.repo rpm --import https://pkg.jenkins.io/redhat-stable/jenkins.io.key yum -y install jenkins
4. Start and enable jenkins:
# Start jenkins service systemctl start jenkins # Setup Jenkins to start at boot, systemctl enable jenkins
Amazon Linux AMI 2017.09.1 is based on ...READ MORE
EC2 on linux machine currently supports python3.4 ...READ MORE
Hi @hannah, Have a look at the application/website ...READ MORE
Many dart installation tutorials use the apt-get ...READ MORE
Check if the FTP ports are enabled ...READ MORE
To connect to EC2 instance using Filezilla, ...READ MORE
If your container needs access to the ...READ MORE
Hey @nmentityvibes, you seem to be using ...READ MORE
Hi @Hannah, execute the following commands: Download and ...READ MORE
It may be because you might have ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.