How to install Artifactory | Artifactory server setup on AWS | Install Artifactory on Linux Instance

แชร์
ฝัง
  • เผยแพร่เมื่อ 11 ต.ค. 2023
  • www.coachdevops.com/2023/10/i...
    Pre-requisites:
    VM needs to have at least 4GB RAM, for AWS choose at least medium instance type.
    Default ports 8081 and 8082 needs to be opened. 8081 for Artifactory REST APIs. 8082 for everything else (UI, and all other product’s APIs).
    Change Host Name to Artifactory
    sudo hostnamectl set-hostname Artifactory
    Update Ubuntu OS
    sudo apt update
    Add JFrog Artifactory APT repository
    echo "deb releases.jfrog.io/artifactory... xenial main" | sudo tee -a /etc/apt/sources.list.d/artifactory.list
    Import repository GPG key by running the following commands
    curl -fsSL releases.jfrog.io/artifactory...|sudo gpg --dearmor -o /etc/apt/trusted.gpg.d/artifactory.gpg
    Update the package
    sudo apt update
    Install Artifactory
    sudo apt install jfrog-artifactory-oss -y
    The above message should confirm Artifactory have been successfully installed.
    Now let us start Artifactory service.
    Start Artifactory
    sudo systemctl start artifactory.service
    Create symbolic link
    sudo systemctl enable artifactory.service
    Check whether Artifactory is running?
    sudo systemctl status artifactory.service
    Press q to quit
    You can also check the logs
    sudo tail -f /var/opt/jfrog/artifactory/log/artifactory-service.log
    Check if service is running locally on 8081 port
    curl localhost:8081
  • วิทยาศาสตร์และเทคโนโลยี

ความคิดเห็น • 16

  • @obikarobert5861
    @obikarobert5861 9 หลายเดือนก่อน +1

    Coach I enjoyed watching your videos and I like how you broke the installation down into small chunks that are very easy to digest.

    • @DevOpsCoach
      @DevOpsCoach  9 หลายเดือนก่อน

      I appreciate that, thank you!

  • @prashantsukhadeve9642
    @prashantsukhadeve9642 6 หลายเดือนก่อน

    Thank you so much . Die heart fan of you.

    • @DevOpsCoach
      @DevOpsCoach  6 หลายเดือนก่อน

      Wow thank you so much 😊

  • @GamerLife-097k
    @GamerLife-097k 6 หลายเดือนก่อน +1

    honest explanation

    • @DevOpsCoach
      @DevOpsCoach  6 หลายเดือนก่อน

      Thank you so much. Glad you liked it!

  • @kodellibose1096
    @kodellibose1096 9 หลายเดือนก่อน +1

    Tq

    • @DevOpsCoach
      @DevOpsCoach  9 หลายเดือนก่อน

      Welcome, thank you!

  • @malissuet
    @malissuet 2 หลายเดือนก่อน

    HTTP Status 404 - Not Found getting this page opened while I ping on port 8081

    • @DevOpsCoach
      @DevOpsCoach  2 หลายเดือนก่อน

      did you open port no 8081 and 8082 in firewall rules in the EC2 instance security group? if it is still not working, check the status of service whether it is running or not?
      sudo systemctl status artifactory.service

  • @madhuppandey3151
    @madhuppandey3151 8 หลายเดือนก่อน

    gpg keys not working

  • @madhuppandey3151
    @madhuppandey3151 8 หลายเดือนก่อน +1

    Jfrog is asking for license, What should i do?

    • @DevOpsCoach
      @DevOpsCoach  7 หลายเดือนก่อน +1

      you can get a trial version. jfrog.com/start-free/install/

    • @madhuppandey3151
      @madhuppandey3151 7 หลายเดือนก่อน

      @@DevOpsCoach thanks sir

  • @ballaprasannakumar6470
    @ballaprasannakumar6470 9 หลายเดือนก่อน

    Make video on gitlab ci-cd

    • @DevOpsCoach
      @DevOpsCoach  2 หลายเดือนก่อน

      Hi Prasanna, I do have a playlist on gitlab CICD tutorials on - th-cam.com/play/PLJwvtUqYDmA7_mSdCJHtPmtxe_D3NwXHg.html&si=OPH9YKeJ3EIEA78X