mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
143991a46e
This field used to make sense in our pre-git days, but the Signed-Off-By: line serves the same purpose (and even more) now, so APPROVED has been rejected. ;-) Signed-off-by: Robby Workman <rworkman@slackbuilds.org> |
||
---|---|---|
.. | ||
files | ||
doinst.sh | ||
nexus.info | ||
nexus.SlackBuild | ||
README | ||
slack-desc |
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