Bug 24610: Let user switch between 'Pay' and 'Write off' mode
[koha.git] / debian / docs / koha-common.xml
blob1bcf180396d5d2e2867a5256866016c493b22b76
1 <article xmlns='http://docbook.org/ns/docbook'>
2 <title>koha-common</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>https://koha-community.org/</uri>
8 </author>
9 </info>
11 <refentry xml:id="koha-common">
13   <refmeta>
14     <refentrytitle>koha-common</refentrytitle>
15     <manvolnum>8</manvolnum>
16   </refmeta>
18   <refnamediv>
19     <refname>koha-common</refname>
20     <refpurpose>Create and manage Koha instances.</refpurpose>
21     <refclass>UNIX/Linux</refclass>
22   </refnamediv>
24   <refsect1><title>Description</title>
25     <para>koha-common provides a number of scripts for creating and administering Koha instances. It is meant for sites that provide Koha hosting, and serves several sites from the same host.</para>
26   </refsect1>
28   <refsect1><title>Commands</title>
29     <para>The following commands are available after when koha-common has been installed. See individual manual pages for each command for optios and other details related to their usage.</para>
31     <refsect2><title>Administer instances</title>
32     <variablelist>
34       <varlistentry>
35         <term><option>koha-create</option></term>
36         <listitem>
37           <para>Create new Koha instances.</para>
38         </listitem>
39       </varlistentry>
41       <varlistentry>
42         <term><option>koha-disable</option></term>
43         <listitem>
44           <para>Disable a Koha instance.</para>
45         </listitem>
46       </varlistentry>
48       <varlistentry>
49         <term><option>koha-enable</option></term>
50         <listitem>
51           <para>Enable a Koha instance. New instances are enabled by default. You only need this command if you have previously disabled a site with koha-disable.</para>
52         </listitem>
53       </varlistentry>
55       <varlistentry>
56         <term><option>koha-restore</option></term>
57         <listitem>
58           <para>Restore a Koha site from a dump (from koha-dump).</para>
59         </listitem>
60       </varlistentry>
62       <varlistentry>
63         <term><option>koha-dump</option></term>
64         <listitem>
65           <para>Dump all contents and configs for a Koha site.</para>
66         </listitem>
67       </varlistentry>
69       <varlistentry>
70         <term><option>koha-run-backups</option></term>
71         <listitem>
72           <para>Performs backups of the koha installations on the system, except an instance called 'demo'.</para>
73         </listitem>
74       </varlistentry>
76       <varlistentry>
77         <term><option>koha-remove</option></term>
78         <listitem>
79           <para>Remove a Koha instance.</para>
80         </listitem>
81       </varlistentry>
82     </variablelist>
83     </refsect2>
85     <refsect2><title>Database-related</title>
86     <variablelist>
88       <varlistentry>
89         <term><option>koha-dump-defaults</option></term>
90         <listitem>
91           <para>Create default contents from an existing Koha site.</para>
92         </listitem>
93       </varlistentry>
95       <varlistentry>
96         <term><option>koha-upgrade-schema</option></term>
97         <listitem>
98           <para>Upgrade the DB schema for Koha instances. Done automatically on package upgrades.</para>
99         </listitem>
100       </varlistentry>
102       <varlistentry>
103         <term><option>koha-reset-passwd</option></term>
104         <listitem>
105           <para>Reset password for a user in a Koha instance.</para>
106         </listitem>
107       </varlistentry>
109       <varlistentry>
110         <term><option>koha-mysql</option></term>
111         <listitem>
112           <para>Provide an interactive mysql shell set up for the specified koha instance.</para>
113         </listitem>
114       </varlistentry>
115     </variablelist>
116     </refsect2>
118     <refsect2><title>Zebra-related</title>
119     <variablelist>
121       <varlistentry>
122         <term><option>koha-zebra</option></term>
123         <listitem>
124           <para>Manage the Zebra daemon for named Koha instances.</para>
125         </listitem>
126       </varlistentry>
128       <varlistentry>
129         <term><option>koha-rebuild-zebra</option></term>
130         <listitem>
131           <para>Rebuild the Zebra database for a Koha instance.</para>
132         </listitem>
133       </varlistentry>
135       <varlistentry>
136         <term><option>koha-indexer</option></term>
137         <listitem>
138           <para>Manage the indexer daemon for named Koha instances.</para>
139         </listitem>
140       </varlistentry>
141     </variablelist>
142     </refsect2>
144     <refsect2>
145       <title>Elasticsearch-related</title>
146         <variablelist>
147           <varlistentry>
148             <term><option>koha-elasticsearch</option></term>
149             <listitem>
150               <para>Manage Elasticsearch-related tasks for Koha instances.</para>
151             </listitem>
152           </varlistentry>
153         </variablelist>
154     </refsect2>
156     <refsect2><title>E-mail</title>
157     <variablelist>
159       <varlistentry>
160         <term><option>koha-email-enable</option></term>
161         <listitem>
162           <para>Turn on the email for a Koha instance.</para>
163         </listitem>
164       </varlistentry>
166       <varlistentry>
167         <term><option>koha-email-disable</option></term>
168         <listitem>
169           <para>Turn off the email for a Koha instance.</para>
170         </listitem>
171       </varlistentry>
172     </variablelist>
173     </refsect2>
175     <refsect2><title>SIP2-related</title>
176     <variablelist>
177       <varlistentry>
178         <term><option>koha-sip</option></term>
179         <listitem>
180           <para>Manage the SIP server for named Koha instances.</para>
181         </listitem>
182       </varlistentry>
183     </variablelist>
184     </refsect2>
186     <refsect2><title>Misc</title>
187     <variablelist>
189       <varlistentry>
190         <term><option>koha-upgrade-to-3.4</option></term>
191         <listitem>
192           <para>Performs the necessary changes to upgrade a Koha system from 3.2 to 3.4. If no instance names are provided, this will run it on all of them.</para>
193         </listitem>
194       </varlistentry>
195     </variablelist>
196     </refsect2>
198     <refsect2><title>Utilities</title>
199     <variablelist>
201       <varlistentry>
202         <term><option>koha-create-dirs</option></term>
203         <listitem>
204           <para>Create dirs for a Koha instance.</para>
205         </listitem>
206       </varlistentry>
208       <varlistentry>
209         <term><option>koha-list</option></term>
210         <listitem>
211           <para>Lists Koha instances, optionally only those that are enabled or have email turned on.</para>
212         </listitem>
213       </varlistentry>
215       <varlistentry>
216         <term><option>koha-foreach</option></term>
217         <listitem>
218           <para>Run a command for each Koha instance. Takes the same arguments as koha-list.</para>
219         </listitem>
220       </varlistentry>
222       <varlistentry>
223         <term><option>koha-shell</option></term>
224         <listitem>
225           <para>This command behaves something like su(1), but provides you with a shell as the koha user, and with the environment pointing to the right places.</para>
226         </listitem>
227       </varlistentry>
228     </variablelist>
229     </refsect2>
230   </refsect1>
232   
233   <refsect1><title>Bugs</title>
234   <para>The scripts are a bit fragile. If something goes wrong, they do not clean up after themselves.</para>
235   <para>Bugs can be reported here: <uri>http://bugs.koha-community.org/bugzilla3/</uri></para>
236   </refsect1>
238   <refsect1><title>About Koha</title>
239   <para>Koha is the first free software library automation package. In use worldwide, its development is steered by a growing community of users collaborating to achieve their technology goals. Koha’s feature set continues to evolve and expand to meet the needs of its user base.</para>
240   </refsect1>
242 </refentry>
244 </article>