diff man/scid.8 @ 35:084dee2bef50

man: updates
author David Demelier <markand@malikania.fr>
date Thu, 04 Aug 2022 18:01:29 +0200
parents man/scid.8.in@081e1c258e64
children 85c59fbf1407
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/man/scid.8	Thu Aug 04 18:01:29 2022 +0200
@@ -0,0 +1,69 @@
+.\"
+.\" Copyright (c) 2021-2022 David Demelier <markand@malikania.fr>
+.\"
+.\" Permission to use, copy, modify, and/or distribute this software for any
+.\" purpose with or without fee is hereby granted, provided that the above
+.\" copyright notice and this permission notice appear in all copies.
+.\"
+.\" THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
+.\" WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
+.\" MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
+.\" ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
+.\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
+.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
+.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
+.\"
+.Dd August 04, 2022
+.Dt SCID 8
+.Os
+.\" NAME
+.Sh NAME
+.Nm scid
+.Nd main sci controller daemon
+.\" SYNOPSIS
+.Sh SYNOPSIS
+.Nm
+.Op Fl f
+.Op Fl d Ar database-file
+.Op Fl t Ar theme-directory
+.\" DESCRIPTION
+.Sh DESCRIPTION
+The
+.Nm
+program is the main controller daemon responsible of the database access and
+web content. It opens it, creates if does not exist and then update its
+content.
+.Pp
+After that, it opens a CGI/FastCGI service to get HTTP requests either from a
+web browser or through the dedicated
+.Xr scictl 1
+utility.
+.Pp
+Usually, you want to setup
+.Nm
+to run with the associated too
+.Xr kfcgi 8
+or any other FastCGI spawner.
+.Pp
+It is part of the
+.Xr sci 7
+continuous integration framework.
+.Pp
+Available options:
+.Bl -tag
+.It Fl f
+Runs as FastCGI process.
+.It Fl d Ar database-file
+Use path specified
+.Pa database-file
+as alternative database location.
+.It Fl t Ar theme-directory
+Use
+.Ar theme-directory
+as theme to use.
+.El
+.\" SEE ALSO
+.Sh SEE ALSO
+.Xr sci 7 ,
+.Xr scictl 8 ,
+.Xr sciworkerd 8