summaryrefslogtreecommitdiffstats
path: root/development/nexus/README
diff options
context:
space:
mode:
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 0000000000..fedf5bd17b
--- /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
+