You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Nexus Installation And Setup In AWS EC2 Redhat Instance.
Pre-requisite
AWS Acccount.
Create Redhat EC2 t2.medium Instance with 4GB RAM.
Create Security Group and open Required ports.
8081 ..etc
Attach Security Group to EC2 Instance.
Install java openJDK 1.8+ for Nexus version 3.15
Create nexus user to manage the Nexus server
#As a good security practice, Nexus is not advised to run nexus service as a root user, # so create a new user called nexus and grant sudo access to manage nexus services as follows.
sudo hostname nexus
sudo useradd nexus
# Grand sudo access to nexus user
sudo echo"nexus ALL=(ALL) NOPASSWD:ALL"| sudo tee /etc/sudoers.d/nexus
sudo su - nexus
Install Java as a pre-requisit for nexus and other softwares