We will describe the process using scripts for install Jenkins.
- Install Jenkins in Centos 7 Using Vagrant Provision
- Install Jenkins in AWS EC2 using EC2 Red Hat Enterprise
- prerequisites:
- Know how to create an EC2 Instances (EC2 Red Hat Enterprise)
- Know how remote connexion using ssh command
- Know remote copy using scp
Note: for all config, please change my ip address and put your own
- enter in the vagrant_jenkins folder (in there you have 2 files)
- make the vagrant up command
- after some minutes, copy 192.168.56.37:8080 and paste in you're favorite browser
cd vagrant_jenkins
vagrant up
- open you're AWS account then creat and Instance
- make a copy (using scp) of the jenkins_ec2 folder to this EC2 instance that have created
- connect you in you're EC2 instance and enter in this folder
- make the bash command using the install_jenkins_ec2.sh file like argument
- after some minutes, copy your_public_ip_address:8080 and paste in you're favorite browser
cd C:\Users\hermann90\Downloads\
scp -i jenkins_keys.pem -r jenkins_ec2 [email protected]:/home/ec2-user/
ssh -i "jenkins_keys.pem" [email protected]
cd jenkins_ec2
sudo bash install_jenkins_ec2.sh
open the ticket for any issues, describe you issues and let some Utrains member can helpe
Utrains Teams.
- 1.0 : test and approve
This project is licensed under the Utrains License. you can use it only as a student at Utrains.