Thursday, August 2, 2012

Nexus Sonatype install

1) Install java-se-7

2) Download Nexus from http://www.sonatype.org/nexus/

3) Extract nexus-2.0.6-bundle.tar.gz to server location e.g. /opt

4) Start/Stop nexus commands
       /apps/maven/nexus-2.0.6/bin/nexus start
       /apps/maven/nexus-2.0.6/bin/nexus stop

5) Access nexus console
        http://{ip_address}:8081/nexus
        user: admin
        password: admin123

No comments: