Artifactory Ubuntu 14.04 Install
Hi! The Tutorial shows you Step-by-Step How to Install and Getting-Started with Artifactory Enterprise Repository Java Tool on Ubuntu 14.04 Trusty Tahr LTS GNU/Linux Desktop.
And Artifactory for Ubuntu 14.04 is a powerful, well-polished Open Source Tool that provides a number of cool Features, including:
- A nice AJAX-based web interface, where you can search and browse the repository
- The ability to perform bulk imports and exports of your repository
- Automatic backups of your repository
Artifactory comes bundled with a Tomcat web server, with default settings that are sufficient for most users.
-
Open a Command Line Terminal Window
(Press “Enter” to Execute Commands).Ctrl+Alt+t
In case first see: Terminal QuickStart Guide.
-
Download Latest Artifactory Release
-
Double-Click on Artifactory .zip and Extract into /tmp.
Or from Command Line:unzip -d /tmp/ $HOME/Downloads/artifactory*.zip
rm $HOME/Downloads/artifactory*.zip
-
Relocating Artifactory
sudo chown -R root:root /tmp/artifactory*
mv /tmp/artifactory* /opt/artifactory
exit
-
Installing Artifactory Service
cd /opt/artifactory/bin
sudo ./installService.sh
-
Getting-Started with Artifactory Repository Manager in Linux