DevOps Project: Jenkins CI/CD for Kubernetes Deployments

  DevOps Tech Hub

116 Followers

Artifactory Installation Guide


1. Download and Install the Jfrom Artifactory OSS, Run below commands

wget https://bintray.com/jfrog/artifactory-rpms/rpm -O bintray-jfrog-artifactory-oss-rpms.repo;
sudo mv  bintray-jfrog-artifactory-oss-rpms.repo /etc/yum.repos.d/;
yum install jfrog-artifactory-oss

2. Start Artifactory Service

[root@ip-172-31-3-171 ~]# service artifactory start
Redirecting to /bin/systemctl start artifactory.service
[root@ip-172-31-3-171 ~]# service artifactory status
Redirecting to /bin/systemctl status artifactory.service
● artifactory.service - Artifactory service
   Loaded: loaded (/usr/lib/systemd/system/artifactory.service; enabled; vendor preset: disabled)
   Active: active (running) since Wed 2020-09-09 09:41:21 UTC; 20s ago
  Process: 4587 ExecStart=/opt/jfrog/artifactory/app/bin/artifactoryManage.sh start (code=exited, status=0/SUCCESS)
 Main PID: 6972 (java)

3. Access Artifactory Dashboard UI

Username: admin
Password: password


Previous Next