Lines 100-105
Link Here
|
100 |
</varlistentry> |
100 |
</varlistentry> |
101 |
|
101 |
|
102 |
<varlistentry> |
102 |
<varlistentry> |
|
|
103 |
<term><option>--adminuser</option></term> |
104 |
<listitem> |
105 |
<para>Specify the borrowernumber of the user that should have a new, random password set as part of setting up the new instance. The password will be reported as part of the output of the current script. If --adminuser is not specified, the user with borrowernumber = 1 will be updated. If an SQL file is not used to populate the database of the newly created instance, no admin user will be created.</para> |
106 |
</listitem> |
107 |
</varlistentry> |
108 |
|
109 |
<varlistentry> |
103 |
<term><option>--marcflavor</option></term> |
110 |
<term><option>--marcflavor</option></term> |
104 |
<listitem> |
111 |
<listitem> |
105 |
<para>Specifies format of MARC records to be indexed by Zebra. Corresponds to the ZEBRA_MARC_FORMAT config file variable.</para> |
112 |
<para>Specifies format of MARC records to be indexed by Zebra. Corresponds to the ZEBRA_MARC_FORMAT config file variable.</para> |
Lines 258-263
Link Here
|
258 |
<term><option>DEFAULTSQL</option></term> |
265 |
<term><option>DEFAULTSQL</option></term> |
259 |
<listitem> |
266 |
<listitem> |
260 |
<para>An SQL file (compressed with gzip) that can be fed to mysql(1) to initialize the database after it has been created. Might be created using koha-dump-defaults(8).</para> |
267 |
<para>An SQL file (compressed with gzip) that can be fed to mysql(1) to initialize the database after it has been created. Might be created using koha-dump-defaults(8).</para> |
|
|
268 |
<para>If the SQL file contains users, the user with borrowernumber = 1 will have a new, random password set. This password will be reported in the output of the script. If another user than borrowernumber 1 should have its password set, the borrowernumber of this user can be set with the --adminuser command line option.</para> |
261 |
</listitem> |
269 |
</listitem> |
262 |
</varlistentry> |
270 |
</varlistentry> |
263 |
|
271 |
|
264 |
- |
|
|