Giter Site home page Giter Site logo

jenkins-installation's Introduction

Installing Jenkins on Amazon Linux AMI

  1. Create an IAM role for EC2 instance.
  2. Launch new EC2 instance
  3. Select Amazon Linux AMI
  4. Select instance size (t2.micro/t2.small should be enough)
  5. Configure details. Select IAM role created in first step
  6. Create Storage
  7. Add tags. e.g. Name: jenkins
  8. Configure Security Group
  • Select name for the security group, e.g. jenkins
  • Add rule for SSH: port 22 and HTTP: port 80
  1. Review and launch
  2. Choose existing key-pair or create new
  3. When the instance is up connect with SSH (right click instance in the list and select connect for more details)
  4. Run wget https://raw.githubusercontent.com/laardee/jenkins-installation/master/install.sh && sudo chmod 755 install.sh && sudo ./install.sh
  • Snippet downloads install.sh
  • Changes downloaded file permissions
  • Runs the downloaded script
  1. After Jenkins has started, run sudo cat /var/lib/jenkins/secrets/initialAdminPassword for initial admin password
  2. Select instance in AWS console, select description and find Public DNS (IPv4) in Description tab
  3. Open Jenkins in browser and insert initial admin password when asked
  4. Continue with Jenkins installation wizard

jenkins-installation's People

Contributors

laardee 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.