Install artifactory
1.) Download the zipped file from artifactory:
>wget http://sourceforge.net/projects/artifactory/files/artifactory/2.6.4/artifactory-2.6.4.zip
2.) Install openjdk
>sudo apt-get install openjdk-7-jdk
3.) Set JAVA_HOME to /etc/environment
>sudo vi /etc/environment //and add together the next line: JAVA_HOME= /usr/lib/jvm/java-6-openjdk-amd64/
4.) Unzip artifactory inward your desired location:
>unzip artifactory-2.6.4.zip
5.) Go to the where you lot extract artifactory/bin, brand the install.sh file executable together with execute it:
>sudo chmod +x install.sh >./install.sh
6.) Tell artifactory where coffee is, yesteryear editing /etc/artifactory/default together with add together JAVA_HOME
JAVA_HOME= /usr/lib/jvm/java-6-openjdk-amd64/
7.) Check your artifactory's configuration:
>sudo service artifactory cheque
8.) Start artifactory:
>sudo service artifactory starting fourth dimension
9.) Artifactory is forthwith accessible inward its default port 8081, http://localhost:8081/artifactory
The minute part, how to install together with configure Jenkins. Well it's pretty slow all you lot convey to create is install together with modify the default port if you lot wishing :-)
//install >sudo apt-get install jenkins
*To modify the port edit the file /etc/default/jenkins together with modify the telephone substitution HTTP_PORT to any opened upwards port you lot like.
0 komentar:
Please comment if there are any that need to be asked.