Thursday, June 19, 2014

Maven - install the artifactory for repository.

@ Download last version of Artifactory the following URL
@ http://sourceforge.net/projects/artifactory/files/artifactory/

@ Change the user(as root)
$ sudo -s

@ uncompress the file
$ unzip ./artifactory-3.2.1.1.zip

@ Move and change the artifactory
$ mv ./artifactory-3.2.1.1 /usr/local/artifactory

@ Execute the shell
$ /usr/local/artifactory/bin/installService.sh

@ Start the artifactory
$ /etc/init.d/artifactory start


No comments:

Post a Comment