Bugzilla – Attachment 56664 Details for
Bug 17467
Introduce a single koha-zebra script to handle Zebra daemons for instances
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 17467: Add koha-zebra documentation
Bug-17467-Add-koha-zebra-documentation.patch (text/plain), 3.09 KB, created by
Tomás Cohen Arazi (tcohen)
on 2016-10-19 13:27:22 UTC
(
hide
)
Description:
Bug 17467: Add koha-zebra documentation
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2016-10-19 13:27:22 UTC
Size:
3.09 KB
patch
obsolete
>From 8e11f728d17542dc0c5896b6c197bec827311e1c Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@theke.io> >Date: Tue, 18 Oct 2016 17:11:55 -0300 >Subject: [PATCH] Bug 17467: Add koha-zebra documentation > >--- > debian/docs/koha-zebra.xml | 88 ++++++++++++++++++++++++++++++++++++++++++++++ > 1 file changed, 88 insertions(+) > create mode 100644 debian/docs/koha-zebra.xml > >diff --git a/debian/docs/koha-zebra.xml b/debian/docs/koha-zebra.xml >new file mode 100644 >index 0000000..9ac00bb >--- /dev/null >+++ b/debian/docs/koha-zebra.xml >@@ -0,0 +1,88 @@ >+<article xmlns='http://docbook.org/ns/docbook'> >+<title>koha-zebra</title> >+<info> >+<productname>Koha</productname> is the first free software library automation package. >+<author> >+ <orgname>The Koha Community</orgname> >+ <uri>http://koha-community.org/</uri> >+</author> >+</info> >+ >+<refentry xml:id="koha-zebra"> >+ >+ <refmeta> >+ <refentrytitle>koha-zebra</refentrytitle> >+ <manvolnum>8</manvolnum> >+ </refmeta> >+ >+ <refnamediv> >+ <refname>koha-zebra</refname> >+ <refpurpose>Handle Zebra for named Koha instances.</refpurpose> >+ <refclass>UNIX/Linux</refclass> >+ </refnamediv> >+ >+ <refsynopsisdiv> >+ <cmdsynopsis> >+ <command>koha-zebra</command> >+ <arg><option>--start</option>|<option>--stop</option>|<option>--restart</option></arg> >+ <arg><option>--status</option></arg> >+ <arg><option>--quiet</option>|<option>-q</option></arg> >+ <arg><option>-h</option>|<option>--help</option></arg> >+ </cmdsynopsis> >+ </refsynopsisdiv> >+ >+ <refsect1><title>Options</title> >+ <para>All option switches are mutually exclusive</para> >+ <variablelist> >+ <varlistentry> >+ <term><option>--start</option></term> >+ <listitem> >+ <para>Start Zebra for named Koha instances.</para> >+ </listitem> >+ </varlistentry> >+ <varlistentry> >+ <term><option>--stop</option></term> >+ <listitem> >+ <para>Stop Zebra for named Koha instances.</para> >+ </listitem> >+ </varlistentry> >+ <varlistentry> >+ <term><option>--restart</option></term> >+ <listitem> >+ <para>Restart Zebra for named Koha instances.</para> >+ </listitem> >+ </varlistentry> >+ <varlistentry> >+ <term><option>--status</option></term> >+ <listitem> >+ <para>Show status information about Zebra daemon for named Koha instances.</para> >+ </listitem> >+ </varlistentry> >+ <varlistentry> >+ <term><option>-v</option>|<option>--verbose</option></term> >+ <listitem> >+ <para>Display progress messages.</para> >+ </listitem> >+ </varlistentry> >+ <varlistentry> >+ <term><option>-h</option>|<option>--help</option></term> >+ <listitem> >+ <para>This help.</para> >+ </listitem> >+ </varlistentry> >+ </variablelist> >+ </refsect1> >+ >+ <refsect1><title>Description</title> >+ <para>This script handles Zebra server daemons for Koha instances.</para> >+ </refsect1> >+ >+ <refsect1><title>See also</title> >+ <simplelist type="inline"> >+ <member><command>koha-rebuild-zebra(8)</command></member> >+ </simplelist> >+ </refsect1> >+ >+</refentry> >+ >+</article> >-- >2.7.4
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 17467
:
56662
|
56663
|
56664
|
56665
|
56669
|
56693
|
58550
|
66420
|
66421
|
66422
|
66423
|
66424
|
66425
|
66426
|
68623
|
68624
|
68625
|
68626
|
68627
|
68628
|
68629