Bug 16699: Remove requirement from borrowernumberQueryParam
[koha.git] / debian / docs / koha-plack.xml
bloba9852cd103944da325014515ac17f715956a82af
1 <article xmlns='http://docbook.org/ns/docbook'>
2 <title>koha-plack</title>
3 <info>
4 <productname>Koha</productname> is the first free software library automation package.
5 <author>
6   <orgname>The Koha community</orgname>
7   <uri>http://koha-community.org/</uri>
8 </author>
9 </info>
11 <refentry xml:id="koha-plack">
13   <refmeta>
14     <refentrytitle>koha-plack</refentrytitle>
15     <manvolnum>8</manvolnum>
16   </refmeta>
18   <refnamediv>
19     <refname>koha-plack</refname>
20     <refpurpose>Manage Plack for Koha instances.</refpurpose>
21     <refclass>UNIX/Linux</refclass>
22   </refnamediv>
24   <refsynopsisdiv>
25     <cmdsynopsis>
26       <command>koha-plack</command>
27       <arg choice="req" rep="norepeat">
28         <option>--start</option>|
29         <option>--stop</option>|
30         <option>--restart</option>|
31         <option>--enable</option>|
32         <option>--disable</option>|
33         <option>--help</option>|<option>-h</option>
34         |<option>--quiet</option>|<option>-q</option>
35       </arg>
36       <arg choice="req" rep="repeat"><replaceable>instancename</replaceable></arg>
37     </cmdsynopsis>
38   </refsynopsisdiv>
40   <refsect1><title>Options</title>
42   <variablelist>
44     <varlistentry>
45       <term><option>--start</option></term>
46       <listitem>
47         <para>Start the Plack daemon for the desired Koha instances.</para>
48       </listitem>
49     </varlistentry>
51     <varlistentry>
52       <term><option>--stop</option></term>
53       <listitem>
54         <para>Stop the Plack daemon for the desired Koha instances.</para>
55       </listitem>
56     </varlistentry>
58     <varlistentry>
59       <term><option>--restart</option></term>
60       <listitem>
61         <para>Restart the Plack daemon for the desired Koha instances.</para>
62       </listitem>
63     </varlistentry>
65     <varlistentry>
66       <term><option>--enable</option></term>
67       <listitem>
68         <para>Enable the use of Plack for the desired Koha instances.</para>
69       </listitem>
70     </varlistentry>
72     <varlistentry>
73       <term><option>--disable</option></term>
74       <listitem>
75         <para>Disable the use of Plack for the desired Koha instances.</para>
76       </listitem>
77     </varlistentry>
79     <varlistentry>
80       <term><option>--quiet|-q</option></term>
81       <listitem>
82         <para>Make the script quiet about non existent instance names. Useful when calling <command>koha-plack</command> from another scripts.</para>
83       </listitem>
84     </varlistentry>
86     <varlistentry>
87       <term><option>--help|-h</option></term>
88       <listitem>
89         <para>Show usage information.</para>
90       </listitem>
91     </varlistentry>
93   </variablelist>
94   </refsect1>
96   <refsect1><title>Description</title>
97     <para>The <command>koha-plack</command> script lets you manage your Koha instances Plack daemon.</para>
98   </refsect1>
100   <refsect1><title>See also</title>
101   <simplelist type="inline">
102     <member><command>/etc/default/koha-common</command></member>
103   </simplelist>
104   </refsect1>
106 </refentry>
108 </article>