Це відео не доступне.
Перепрошуємо.

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

Поділитися
Вставка
  • Опубліковано 11 жов 2023
  • 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 10 місяців тому +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  10 місяців тому

      I appreciate that, thank you!

  • @GamerLife-097k
    @GamerLife-097k 7 місяців тому +1

    honest explanation

    • @DevOpsCoach
      @DevOpsCoach  7 місяців тому

      Thank you so much. Glad you liked it!

  • @prashantsukhadeve9642
    @prashantsukhadeve9642 7 місяців тому

    Thank you so much . Die heart fan of you.

    • @DevOpsCoach
      @DevOpsCoach  7 місяців тому

      Wow thank you so much 😊

  • @kodellibose1096
    @kodellibose1096 10 місяців тому +1

    Tq

  • @malissuet
    @malissuet 3 місяці тому +1

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

    • @DevOpsCoach
      @DevOpsCoach  3 місяці тому

      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 13 днів тому +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.

  • @madhuppandey3151
    @madhuppandey3151 8 місяців тому +1

    Jfrog is asking for license, What should i do?

    • @DevOpsCoach
      @DevOpsCoach  8 місяців тому +1

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

    • @madhuppandey3151
      @madhuppandey3151 8 місяців тому

      @@DevOpsCoach thanks sir

  • @madhuppandey3151
    @madhuppandey3151 8 місяців тому

    gpg keys not working

  • @ballaprasannakumar6470
    @ballaprasannakumar6470 10 місяців тому

    Make video on gitlab ci-cd

    • @DevOpsCoach
      @DevOpsCoach  3 місяці тому

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