summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorLiam Crilly <liam.crilly@nginx.com>2022-12-03 18:11:14 +0000
committerLiam Crilly <liam.crilly@nginx.com>2022-12-03 18:11:14 +0000
commitdfededabdc47caa548c7d7bd62133e0d4df2f0fa (patch)
tree7b8d24319a63ca4ccd8201fd0eaf035fceb37e13
parent190691ade82f5126271b374dd5b8d0cb57f9473a (diff)
downloadunit-dfededabdc47caa548c7d7bd62133e0d4df2f0fa.tar.gz
unit-dfededabdc47caa548c7d7bd62133e0d4df2f0fa.tar.bz2
Added tools/README.md.
-rw-r--r--tools/README.md16
1 files changed, 16 insertions, 0 deletions
diff --git a/tools/README.md b/tools/README.md
new file mode 100644
index 00000000..7dbf0781
--- /dev/null
+++ b/tools/README.md
@@ -0,0 +1,16 @@
+# Unit Tools
+
+This directory contains useful tools for installing, configuring, and
+managing NGINX Unit. They may not be part of official packages and
+should be considered experimental.
+
+---
+
+## setup-unit
+
+### A script that simplifies installing and configuring an NGINX Unit server for first-time users
+
+* `setup-unit repo-config` configures your package manager with the NGINX
+Unit repository for later installation.
+* `setup-unit welcome` creates an initial configuration to serve a welcome
+web page with NGINX Unit.