JFrog Artifactory

Nidhi
3 min readMar 26, 2018

Please visit my website and subscribe to my youtube channel for more articles

https://devops4solutions.com/

Download artifactory ( Installed on windows)

For linux

Copy software from your machine to linux

Java should be present

Install JAVA 8

yum install wget ( in case wget is not found)

$ wget --header "Cookie: oraclelicense=accept-securebackup-cookie" http://download.oracle.com/otn-pub/java/jdk/8u161-b12/2f38c3b165be4555a1fa6e98c45e0808/jdk-8u161-linux-x64.rpm$ sudo yum localinstall jdk-8u161-linux-x64.rpmexport JAVA_HOME=/usr/java/jdk1.8.0_161/
export JRE_HOME=/usr/java/jdk1.8.0_161/jre
PATH=$PATH:$HOME/bin:$JAVA_HOME/binexport PATH
sudo alternatives --config java

Start artifactory.bat/.sh,present in bin folder

--

--

Nidhi
Nidhi

Written by Nidhi

Devops Automation Enginneer

Responses (1)