mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-14 21:56:41 +01:00
6ac75a15f1
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
9 lines
376 B
Text
9 lines
376 B
Text
Nexus manages software artifacts required for development, deployment,
|
|
and provisioning. If you develop software, Nexus can help you share
|
|
those artifacts with other developers and end-users.
|
|
|
|
Nexus requires a "nexus" user and group; create these before running
|
|
the SlackBuild script. Examples:
|
|
|
|
# groupadd -g 252 nexus
|
|
# useradd -u 252 -s /bin/sh -d /dev/null -g nexus nexus
|