slackbuilds/development/nexus
Heinz Wiesinger 63daf9f79a All: Support $PRINT_PACKAGE_NAME env var
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
2021-07-17 21:55:09 +02:00
..
README development/nexus: Updated for version 3.6.1_02. 2017-11-20 17:59:04 +07:00
doinst.sh development/nexus: Updated for version 3.15.2_01. 2019-03-16 06:53:24 +07:00
nexus.SlackBuild All: Support $PRINT_PACKAGE_NAME env var 2021-07-17 21:55:09 +02:00
nexus.info development/nexus: Updated for version 3.15.2_01. 2019-03-16 06:53:24 +07:00
slack-desc development/nexus: Updated for version 3.6.1_02. 2017-11-20 17:59:04 +07:00

README

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