slackbuilds_ponce/development/nexus
Robby Workman 143991a46e Entire Repo: Remove APPROVED field from .info files
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>
2012-08-14 23:22:50 -05:00
..
files development/nexus: Updated for version 2.0. 2012-03-29 23:43:18 -04:00
doinst.sh development/nexus: Updated for version 2.0. 2012-03-29 23:43:18 -04:00
nexus.info Entire Repo: Remove APPROVED field from .info files 2012-08-14 23:22:50 -05:00
nexus.SlackBuild development/nexus: Updated for version 2.0. 2012-03-29 23:43:18 -04:00
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