view man/scid.8.in @ 24:34cbbd215ef7

misc: add basic support for jobresults
author David Demelier <markand@malikania.fr>
date Mon, 25 Jul 2022 21:11:23 +0200
parents dd078aea5d02
children 081e1c258e64
line wrap: on
line source

.\"
.\" Copyright (c) 2021 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 June 30, 2021
.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
.\" 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
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.
.El
.\" SEE ALSO
.Sh SEE ALSO
.Xr sci 7 ,
.Xr scictl 8 ,
.Xr sciworkerd 8