aboutsummaryrefslogtreecommitdiff
path: root/development/nexus/README
diff options
context:
space:
mode:
authorGiorgio Peron <giorgio.peron@gmail.com>2011-07-30 12:45:04 -0300
committerNiels Horn <niels.horn@slackbuilds.org>2011-07-30 12:45:04 -0300
commitce43fa264282d4937ce0baacfc14a7e4471da9cc (patch)
tree8bffbdc7ca11ba6f5fbab5c53fa0fe8ef42b5c1a /development/nexus/README
parent215bce3ec1483736120fece2a7dda1dc0ee43008 (diff)
downloadslackbuilds-ce43fa264282d4937ce0baacfc14a7e4471da9cc.tar.xz
development/nexus: Added (Maven repository manager)
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'development/nexus/README')
-rw-r--r--development/nexus/README10
1 files changed, 10 insertions, 0 deletions
diff --git a/development/nexus/README b/development/nexus/README
new file mode 100644
index 000000000000..fedf5bd17bce
--- /dev/null
+++ b/development/nexus/README
@@ -0,0 +1,10 @@
+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
+