Bug 6739: (follow-up) fix various issues
[koha.git] / debian / docs / koha-enable.xml
1 <article xmlns='http://docbook.org/ns/docbook'>
2 <title>koha-enable</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>
10
11 <refentry xml:id="koha-enable">
12
13   <refmeta>
14     <refentrytitle>koha-enable</refentrytitle>
15     <manvolnum>8</manvolnum>
16   </refmeta>
17
18   <refnamediv>
19     <refname>koha-enable</refname>
20     <refpurpose>Enable one or more Koha instances. New instances are enabled by default. You only need this command if you have previously disabled an instance with koha-disable.</refpurpose>
21     <refclass>UNIX/Linux</refclass>
22   </refnamediv>
23
24   <refsynopsisdiv>
25     <cmdsynopsis>
26       <command>koha-enable</command> <arg choice="req" rep="repeat"><replaceable>instancename</replaceable></arg>
27     </cmdsynopsis>
28   </refsynopsisdiv>
29
30   <refsect1><title>Description</title>
31   <para>Enable one or more Koha instances. New instances are enabled by default. You only need this command if you have previously disabled am instance with koha-disable.</para>
32   </refsect1>
33   
34   <refsect1><title>See also</title>
35   <simplelist type="inline">
36     <member><command>koha-disable(8)</command></member>
37     <member><command>koha-dump(8)</command></member>
38     <member><command>koha-remove(8)</command></member>
39     <member><command>koha-restore(8)</command></member>
40   </simplelist>
41   </refsect1>
42   
43 </refentry>
44
45 </article>