From ad95cd6d3542544922e22515581c72350242ca0b Mon Sep 17 00:00:00 2001 From: Tomas Cohen Arazi <tomascohen@theke.io> Date: Fri, 13 Oct 2017 16:04:40 -0300 Subject: [PATCH] Bug 19465: Document koha-create --elasticsearch-server option switch Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> Signed-off-by: Bouzid Fergani <bouzid.fergani@inlibro.com> Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- debian/docs/koha-create.xml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/debian/docs/koha-create.xml b/debian/docs/koha-create.xml index 795d3d00e4..c5be386648 100644 --- a/debian/docs/koha-create.xml +++ b/debian/docs/koha-create.xml @@ -29,6 +29,7 @@ <arg><option>--zebralang</option> en|es|fr|gr|nb|ru|uk</arg> <arg><option>--memcached-servers</option> server:port</arg> <arg><option>--memcached-prefix</option> namespace_prefix</arg> + <arg><option>--elasticsearch-server</option> server:port</arg> <arg><option>--defaultsql</option> /path/to/some.sql</arg> <arg><option>--configfile</option> /path/to/config</arg> <arg><option>--passwdfile</option> /path/to/passwd</arg> @@ -150,6 +151,13 @@ </varlistentry> <varlistentry> + <term><option>--elasticsearch-server</option></term> + <listitem> + <para>Specifiy a <option>server:port</option> Elasticsearch server configuration. It defaults to <option>localhost:9200</option>.</para> + </listitem> + </varlistentry> + + <varlistentry> <term><option>--enable-sru</option></term> <listitem> <para>Enable the Z39.50/SRU server for the created instance.</para> -- 2.11.0