Skip to content

This role installs Nexus Repository Manager OSS version 3.x on CentOS/RHEL/OEL.

License

Notifications You must be signed in to change notification settings

atlet99/nexus3-oss

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nexus 3 OSS via Docker-Compose

Table of Contents

About

This instruction deploys Nexus Repository Manager OSS version 3.x on CentOS/RHEL/OEL via Docker containers.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

What things you need to install the software and how to install them.

yum-utils
docker-ce
docker-ce-cli
containerd.io
docker-buildx-plugin
docker-compose-plugin
disk provision 150 Gb on the /data (because you must be used lvm-partition)

Installing

If you don't know "How to install Docker Engine on CentOS/RHEL/OEL?" you can follow this instruction to install and deploy docker engine.

Running

Clone project

git clone https://github.com/atlet99/nexus3-oss.git

Go to the project folder

cd nexus3-oss

Create /data and /data/nexus-data directories

sudo mkdir -p /data/nexus-data

Give correct permissions on the directories.

sudo chown -R 200 /data/nexus-data

Grant permission to the run.sh file

chmod u+x run.sh

Execute run.sh for easy startup

./run.sh

Usage

Add notes about how to use the system.

About

This role installs Nexus Repository Manager OSS version 3.x on CentOS/RHEL/OEL.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published