Artifactory Elementary OS Linux - Setting Up
-
3. Installing Artifactory
Then to Install Artifactory
This Setup make use of the GDebi Package Installer for managing potential Dependencies…
So now Access the Target Directory with:cd $HOME/Downloads
(But if Downloaded with Firefox in some Cases it may be instead into /tmp/mozilla*)
To Check the Stuff there is:ls . | grep artifactory
And the to Setup Artifactory:
sudo gdebi jfrog-artifactory*.deb
If Not GDebi there then first:
sudo apt install gdebi-core gdebi
-
4. Enabling Artifactory Service
Next to Enable Artifactory Service:
sudo systemctl start artifactory.service