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

preview_player
Показать описание

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

Import repository GPG key by running the following commands

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
Create symbolic link

Check whether Artifactory is running?

Press q to quit

You can also check the logs

Check if service is running locally on 8081 port

curl localhost:8081
Рекомендации по теме
Комментарии
Автор

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

obikarobert
Автор

Thank you so much . Die heart fan of you.

prashantsukhadeve
Автор

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

malissuet
Автор

Jfrog is asking for license, What should i do?

madhuppandey