Code Monkey home page Code Monkey logo

devops_jenkins's Introduction

Jenkins Installations Process

We will describe the process using scripts for install Jenkins.

Description

  • Install Jenkins in Centos 7 Using Vagrant Provision
  • Install Jenkins in AWS EC2 using EC2 Red Hat Enterprise

Getting Started

Dependencies

  • 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

A- Installing Jenkins in Centos 7 using vagrant

  1. enter in the vagrant_jenkins folder (in there you have 2 files)
  2. make the vagrant up command
  3. after some minutes, copy 192.168.56.37:8080 and paste in you're favorite browser
cd vagrant_jenkins
vagrant up

A- Installing Jenkins AWS EC2 using Red Hat Enterprise

  1. open you're AWS account then creat and Instance
  2. make a copy (using scp) of the jenkins_ec2 folder to this EC2 instance that have created
  3. connect you in you're EC2 instance and enter in this folder
  4. make the bash command using the install_jenkins_ec2.sh file like argument
  5. after some minutes, copy your_public_ip_address:8080 and paste in you're favorite browser

then continue the UI interface config of jenkins

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

Help

open the ticket for any issues, describe you issues and let some Utrains member can helpe

Authors

Utrains Teams.

Version History

  • 1.0 : test and approve

License

This project is licensed under the Utrains License. you can use it only as a student at Utrains.

devops_jenkins's People

Contributors

hermann90 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.