|
Lines 35-40
Link Here
|
| 35 |
<arg><option>--defaultsql</option> /path/to/some.sql</arg> |
35 |
<arg><option>--defaultsql</option> /path/to/some.sql</arg> |
| 36 |
<arg><option>--configfile</option> /path/to/config</arg> |
36 |
<arg><option>--configfile</option> /path/to/config</arg> |
| 37 |
<arg><option>--passwdfile</option> /path/to/passwd</arg> |
37 |
<arg><option>--passwdfile</option> /path/to/passwd</arg> |
|
|
38 |
<arg><option>--dbhost</option> host</arg> |
| 38 |
<arg><option>--database</option> database</arg> |
39 |
<arg><option>--database</option> database</arg> |
| 39 |
<arg><option>--adminuser</option> n</arg> |
40 |
<arg><option>--adminuser</option> n</arg> |
| 40 |
<arg><option>--enable-sru</option></arg> |
41 |
<arg><option>--enable-sru</option></arg> |
|
Lines 93-98
Link Here
|
| 93 |
</varlistentry> |
94 |
</varlistentry> |
| 94 |
|
95 |
|
| 95 |
<varlistentry> |
96 |
<varlistentry> |
|
|
97 |
<term><option>--dbhost</option></term> |
| 98 |
<listitem> |
| 99 |
<para>Database server hostname/IP to use.</para> |
| 100 |
</listitem> |
| 101 |
</varlistentry> |
| 102 |
|
| 103 |
<varlistentry> |
| 96 |
<term><option>--defaultsql</option></term> |
104 |
<term><option>--defaultsql</option></term> |
| 97 |
<listitem> |
105 |
<listitem> |
| 98 |
<para>Path to an SQL-file other than the one pointed to in the default or alternative config file. Corresponds to the DEFAULTSQL config file variable.</para> |
106 |
<para>Path to an SQL-file other than the one pointed to in the default or alternative config file. Corresponds to the DEFAULTSQL config file variable.</para> |
|
Lines 330-336
Link Here
|
| 330 |
<varlistentry> |
338 |
<varlistentry> |
| 331 |
<term><option><filename>/etc/koha/passwd</filename></option></term> |
339 |
<term><option><filename>/etc/koha/passwd</filename></option></term> |
| 332 |
<listitem> |
340 |
<listitem> |
| 333 |
<para>Pre-selected database credentials are read from this file, if it exists. The format for this file is instancename:username:passwd:database. Database is optional, but the other three are required if you want to use pre-determined database user credentials.</para> |
341 |
<para>Pre-selected database credentials are read from this file, if it exists. The format for this file is instancename:username:passwd:database:dbhost. Database is optional, but the other three are required if you want to use pre-determined database user credentials.</para> |
| 334 |
</listitem> |
342 |
</listitem> |
| 335 |
</varlistentry> |
343 |
</varlistentry> |
| 336 |
</variablelist> |
344 |
</variablelist> |
| 337 |
- |
|
|