From dfededabdc47caa548c7d7bd62133e0d4df2f0fa Mon Sep 17 00:00:00 2001 From: Liam Crilly Date: Sat, 3 Dec 2022 18:11:14 +0000 Subject: Added tools/README.md. --- tools/README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 tools/README.md (limited to 'tools/README.md') 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. -- cgit