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

Поделиться
HTML-код
  • Опубликовано: 10 сен 2024
  • www.coachdevop...
    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... 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...|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

Комментарии • 17

  • @obikarobert5861
    @obikarobert5861 11 месяцев назад +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  11 месяцев назад

      I appreciate that, thank you!

  • @prashantsukhadeve9642
    @prashantsukhadeve9642 8 месяцев назад

    Thank you so much . Die heart fan of you.

    • @DevOpsCoach
      @DevOpsCoach  8 месяцев назад

      Wow thank you so much 😊

  • @GamerLife-097k
    @GamerLife-097k 8 месяцев назад +1

    honest explanation

    • @DevOpsCoach
      @DevOpsCoach  8 месяцев назад

      Thank you so much. Glad you liked it!

  • @malissuet
    @malissuet 4 месяца назад +2

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

    • @DevOpsCoach
      @DevOpsCoach  4 месяца назад

      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

    • @MdIrfan-b5y
      @MdIrfan-b5y Месяц назад +1

      @@DevOpsCoach i too getting HTTP Status 404 - Not Found getting this page opened while I ping on port 8081, in the log getting Failed initializing Artifactory context: Artifactory home not initialized. i have opend 8081-8082 both port, status is running but getting error message in the log, i mention above.

  • @kodellibose1096
    @kodellibose1096 11 месяцев назад +1

    Tq

  • @madhuppandey3151
    @madhuppandey3151 9 месяцев назад +1

    Jfrog is asking for license, What should i do?

    • @DevOpsCoach
      @DevOpsCoach  9 месяцев назад +1

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

    • @madhuppandey3151
      @madhuppandey3151 9 месяцев назад

      @@DevOpsCoach thanks sir

  • @madhuppandey3151
    @madhuppandey3151 9 месяцев назад

    gpg keys not working

  • @ballaprasannakumar6470
    @ballaprasannakumar6470 11 месяцев назад

    Make video on gitlab ci-cd

    • @DevOpsCoach
      @DevOpsCoach  4 месяца назад

      Hi Prasanna, I do have a playlist on gitlab CICD tutorials on - ruclips.net/p/PLJwvtUqYDmA7_mSdCJHtPmtxe_D3NwXHg&si=OPH9YKeJ3EIEA78X