Artifactory install on Centos

install Artifactory on Centos 6

    1. download Artif RPM file

    2. install java on centos box,

    3. yum install java-openjdk

    4. update JAVA_HOME

    5. vi /etc/environment

    6. JAVA_HOME="/usr/lib/jvm/jre-1.8.0-openjdk.x86_64" (or whatever the latest build is)

    7. source /etc/environment

    8. Test the JAVA HOME var

    9. echo $JAVA_HOME

    10. /usr/lib/jvm/jre-1.8.0-openjdk.x86_64

    11. install Artif from RPM

    12. rpm -i /home/mrx/jfrog-artifactory-oss-4.12.2.rpm

    13. start Artif service if not started

    14. service artifactory start

    15. Login to the console using default "admin", password "password"

    16. http://<hostname>:8081/artifactory