biome: 1.9.2 -> 1.9.3
[NixPkgs.git] / pkgs / applications / video / epgstation / epgstation.1
blob2dc67f646088e6760674d35940a3b42abd624b57
1 .Dd $Mdocdate$
2 .Dt EPGSTATION 1
3 .Os
4 .Sh NAME
5 .Nm epgstation
6 .Nd @DESCRIPTION@
7 .Sh SYNOPSIS
8 .Nm
9 .Bk -words
10 .Op Ar command Op Ar args
11 .Ek
12 .Sh DESCRIPTION
13 .Nm
14 is a wrapper command for EPGStation provided by Nix. It's actually a thin
15 wrapper around the
16 .Xr npm 1
17 command line tool which you can use to invoke npm commands from the EPGStation
18 project directory. The command line arguments are simply passed as-is to
19 .Xr npm 1 .
20 .Pp
21 On NixOS, it is strongly recommended that you enable the epgstation module
22 instead of invoking this command directly to launch EPGStation. On other
23 platforms, run
24 .Pp
25 .Dl $ epgstation start
26 .Pp
27 to start EPGStation.
28 .Sh FILES
29 .Bl -tag -width Ds -compact
30 .It Pa /etc/epgstation/config.yml
31 .Nm
32 configuration file.
33 .El
34 .Sh EXAMPLES
35 Start EPGStation.
36 .Pp
37 .Dl $ epgstation start
38 .Pp
39 Start EPGStation in development mode.
40 .Pp
41 .Dl $ epgstation run dev-start
42 .Pp
43 Backup the EPGstation database.
44 .Pp
45 .Dl $ epgstation run backup /path/to/dst
46 .Pp
47 Restore the EPGstation database.
48 .Pp
49 .Dl $ epgstation run restore /path/to/src
50 .Pp
51 Restore the EPGstation database from the prior v1 release.
52 .Pp
53 .Dl $ epgstation run v1migrate /path/to/src
54 .Pp
55 .Sh SEE ALSO
56 .Xr npm 1