Тёмный

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

DevOps Coach
Подписаться 20 тыс.
Просмотров 1,9 тыс.
50% 1

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

Наука

Опубликовано:

 

11 окт 2023

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 16   
@obikarobert5861
@obikarobert5861 9 месяцев назад
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 😊
@kodellibose1096
@kodellibose1096 9 месяцев назад
Tq
@DevOpsCoach
@DevOpsCoach 9 месяцев назад
Welcome, thank you!
@GamerLife-097k
@GamerLife-097k 6 месяцев назад
honest explanation
@DevOpsCoach
@DevOpsCoach 6 месяцев назад
Thank you so much. Glad you liked it!
@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 7 месяцев назад
gpg keys not working
@madhuppandey3151
@madhuppandey3151 7 месяцев назад
Jfrog is asking for license, What should i do?
@DevOpsCoach
@DevOpsCoach 7 месяцев назад
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 - ru-vid.com/group/PLJwvtUqYDmA7_mSdCJHtPmtxe_D3NwXHg&si=OPH9YKeJ3EIEA78X
Далее
O-Zone - Numa Numa yei на русском!🤓
00:56
Просмотров 255 тыс.
Joy and Anxiety Mood (Inside Out Animation)
00:13
Просмотров 1,8 млн
КУДА ОНА ПРОПАЛА?😱
00:43
Просмотров 236 тыс.
jenkins Dynamic slaves
12:39
Просмотров 118
CI/CD Pipeline using JFrog Artifactory
10:44
Просмотров 32 тыс.