Install and Configure Jfrog Artifactory

--

We will install and configure the Jfrog Artifactory on amazon linux. The instance type for amazon linux is t2.medium.

  1. Download the artifactory.
wget https://releases.jfrog.io/artifactory/bintray-artifactory/org/artifactory/oss/jfrog-artifactory-oss/7.21.5/jfrog-artifactory-oss-7.21.5-linux.tar.gz

2. Extract the artifactory tar.

tar -xzvf jfrog-artifactory-oss-7.21.5-linux.tar.gz 

3. Start the artifactory.

execute artifactory.sh

jfrog artifactory relies on jdk and it has its own default installation of tomcat server.

entire username and password

You can reset password.

After setting password.

GUI
Click on Getting Started

Choose create repository.

Select the Quick Setup.

Select the Maven

Enter Maven Here

Select the create.

--

--