Lab – 10
Nexus Repository
Aim: To implement Nexus repository for storing artifacts
Procedure:
Installation: Extract [Link] zipped file from web source
Create NEXUS_FOLDER in your local machine
Place the unzipped content to NEXUS_FOLDER
Initializing: cd /NEXUS_FOLDER/nexus/bin
Give command nexus start // Nexus repository initialized on your machine
If you want to stop give command < nexus stop >
Once Nexus manager started access its web interface
Use your local server [Link]
Managing: Default user is [admin] with password [admin123]
Click the [LOGIN] button on top corner of web page
After login you can configure NEXUS using [Profile] option in menu
Finally after setting and tuning user credentials re-login the Nexus
Repository: Create your repository click RepositoriesAddHost repository
Configure page opens configure repository carefully
Root repository created now
Proxy: Create Proxy repository for server side data handling
First you need to install plug-in “ Nexus P2”
Go to .bin/nexus type command < install [Link]>
After installation completes restart nexus <nexus stop> and <nexus start>
open Nexus web page on 8081 port
Watch the Repositories menu you can see newly “Proxy Repository” option added
Check proxy repository with Git-Hub and Maven interfaces inclusion
Go to [Link]
Put Check √ mark to option platform SDK inclusion
Ready: Now Nexus shows repositories updated with MAVEN, GITHUB
All stages are appeared with time stamps