From e6ada0b74352f77124a682d98c6d842fd5c44b45 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Wed, 23 Aug 2023 15:36:55 +0000 Subject: Add some doc Signed-off-by: Laurent Bercot --- doc/quickstart.html | 107 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 107 insertions(+) create mode 100644 doc/quickstart.html (limited to 'doc/quickstart.html') diff --git a/doc/quickstart.html b/doc/quickstart.html new file mode 100644 index 0000000..4b369eb --- /dev/null +++ b/doc/quickstart.html @@ -0,0 +1,107 @@ + + + + + + tipidee: quickstart guide + + + + + + +

+tipidee
+Software
+skarnet.org +

+ +

A tipidee quickstart guide

+ +

Preparation

+ +
    +
  1. Make sure you have s6 and + s6-networking installed +alongside tipidee.
  2. +
  3. Prepare your document root for every virtual domain you aim to serve. +For instance, if your documents are in /home/www and you need to +serve the example.com and example.org domains, create +/home/www/example.com and /home/www/example.org directories, +they will be the document roots for the example.com and example.org +virtual sites respectively.
  4. +
  5. Symlink these canonical directories to all the host:port combinations +you want them to be available on. If you want example.com and +example.org to be both available on ports 80 and 443, then symlink +example.com to example.com:80 and example.com:443 +in the /home/www directory, and do the same with example.org.
  6. +
  7. Compile a default configuration for tipidee: +:> /etc/tipidee.conf && tipidee-config. +
  8. +
+ +

Running the server

+ + + +

tipidee service templates

+ +

+ The tipidee source distribution comes with an examples/ subdirectory +containing service files to run tipidee under various service managers. +

+ + + -- cgit v1.3.1