1 <article xmlns='http://docbook.org/ns/docbook'>
2 <title>koha-enable-sip</title>
4 <productname>Koha</productname> is the first free software library automation package.
7 <firstname>Robin</firstname>
8 <surname>Sheat</surname>
11 <orgname>Catalyst IT</orgname>
12 <uri>http://www.catalyst.net.nz</uri>
14 <contrib>Author</contrib>
18 <refentry xml:id="koha-enable-sip">
21 <refentrytitle>koha-enable-sip</refentrytitle>
22 <manvolnum>8</manvolnum>
26 <refname>koha-enable-sip</refname>
27 <refpurpose>Copies the SIP configuration file to allow SIP to be controlled by init scripts.</refpurpose>
28 <refclass>UNIX/Linux</refclass>
33 <command>koha-enable-sip</command>
34 <arg choice="req" rep="repeat"><replaceable>instancename</replaceable></arg>
38 <refsect1><title>Description</title>
39 <para>This copies the default SIP configuration file /etc/koha/SIPconfig.xml to the
40 /etc/koha/sites/instancename directory. This allows it to be started by
41 <command>koha-start-sip(8)</command>, and <command>koha-stop-sip</command>. In turn,
42 this means that it will be started on boot and stopped on shutdown.</para>
43 <para>After running this, you will need to edit the newly created file to configure it
45 <para>To disable SIP again, delete or rename the configuration file.</para>
48 <refsect1><title>See also</title>
49 <simplelist type="inline">
50 <member><command>koha-start-sip(8)</command></member>
51 <member><command>koha-stop-sip(8)</command></member>