install and run nexsus

firstly you must go opt folder then you can download nexsus aplication in local repository

https://help.sonatype.com/repomanager3/product-information/download =nexsus download link

tar -zxvf file name = untar file

after :

firstly you should create new user in digital ocean nexsus user

adduser nexus

then you change de file permisions because you cant start this file with root permision

chown -R nexus:nexus nexus-3.28.1-01

chown -R nexus:nexus sonatype-work

vim nexus-3.28.1-01/bin/nexus.rc = indicates which user to start with

su - nexus

/opt/nexus-3.28.1-01/bin/nexus start -=start the nexus

ps aux | grep nexus = which proses has been started

netstat -lnpt = identifier proses id

Last updated