Nexus Repository Manager OSS Fedora 27 Installation Guide
Hi! The Tutorial shows you Step-by-Step How to Install Nexus Repository Manager OSS Fedora 27 GNU/Linux.
And Sonatype Nexus Repository Manager OSS for Fedora 27 is the world’s only Repository Manager with FREE Support for popular Formats.
Moreover, Nexus Repository Manager OSS can Manage All these formats:
- Maven
- .NET
- Docker Private Registry
- Node & npm
- Bower
- Ruby, RubyGems and Gem
- Raw & Maven Sites
- Git LFS
- Yum
Finally, the Only Requirement for Nexus Repository Manager OSS is a working Oracle Java 8+ Installation on Fedora System.
-
Open a Shell Session
(Press “Enter” to Execute Commands)In case first see: Terminal QuickStart Guide.
-
Install Required Oracle Java JRE/JDK on Fedora
-
Download Nexus Repository Manager OSS for Fedora GNU/Linux
-
Then Extract into /tmp Directory
If it does Not Open automatically then Double-Click on File Manager:
Or from Command Line:tar xvzf $HOME/Downloads/nexus*.tar.gz -C /tmp/
-
Next Relocate Nexus Repo Manager
Here is described a System-Wide Setup, for a Put stuff into Home Folder..sudo mv /tmp/nexus* /opt/nexus
Then do the same also for the Sonatype Data Directory:
sudo mv /tmp/sonatype-work /opt/nexus
Again, Set the SuperUser as Owner:
sudo chown -R root:root /opt/nexus
-
Now to Run Nexus OSS.
cd /opt/nexus/bin
To Start on Shell with Log output execute:
./nexus run
And to Stop the Repository Manager:
Simply Hit Ctrl+c
But instead to Run it in Background:./nexus start
Then the Daemon can be Managed with the Commands: stop, restart, force-reload, and status.
Instead, to Run it as a Service look This Doc. -
Finally, to Access Nexus Repo UI
Locally on: http://localhost:8081/
Instead, for Remote Access the set the IP accordly.. -
How to Getting-Started with Nexus Repository Manager OSS
So Now I’m truly Happy if My Guide could Help you to Install Nexus Repository Manager OSS on Fedora 27!