bug 4151: fix migration_tools typo
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
This commit is contained in:
parent
7f700bd461
commit
b6fc0d1d21
4 changed files with 12 additions and 12 deletions
6
INSTALL
6
INSTALL
|
@ -98,12 +98,12 @@ WHAT NEXT?
|
|||
|
||||
2. Import:
|
||||
Bibliographic data in MARC21 format
|
||||
$ misc/migration-tools/bulkmarcimport.pl -file /path/to/marc.iso2709
|
||||
$ misc/migration_tools/bulkmarcimport.pl -file /path/to/marc.iso2709
|
||||
Authority data in MARC21 format
|
||||
$ misc/migration-tools/bulkauthimport.pl -file /path/to/auth.iso2709
|
||||
$ misc/migration_tools/bulkauthimport.pl -file /path/to/auth.iso2709
|
||||
|
||||
3. Fast Index:
|
||||
$ misc/migration-tools/rebuild_zebra.pl -b -w
|
||||
$ misc/migration_tools/rebuild_zebra.pl -b -w
|
||||
|
||||
Once the indexing has completed, you will be able to search for records in your
|
||||
system. NOTE: if you don't run the Fast Index utility, and you have the index
|
||||
|
|
|
@ -381,12 +381,12 @@ Koha's command-line scripts are installed, e.g., /usr/share/koha/bin.
|
|||
|
||||
7.1 Import:
|
||||
Bibliographic data in MARC21 format
|
||||
$ misc/migration-tools/bulkmarcimport.pl -file /path/to/marc.iso2709
|
||||
$ misc/migration_tools/bulkmarcimport.pl -file /path/to/marc.iso2709
|
||||
Authority data in MARC21 format
|
||||
$ misc/migration-tools/bulkauthimport.pl -file /path/to/auth.iso2709
|
||||
$ misc/migration_tools/bulkauthimport.pl -file /path/to/auth.iso2709
|
||||
|
||||
7.2 Fast Index:
|
||||
$ misc/migration-tools/rebuild_zebra.pl -b -w
|
||||
$ misc/migration_tools/rebuild_zebra.pl -b -w
|
||||
|
||||
Once the indexing has completed, you will be able to search for records in your
|
||||
system. NOTE: if you don't run the Fast Index utility, and you have the index
|
||||
|
|
|
@ -245,14 +245,14 @@ See check misc/cronjobs/crontab.example for usage examples.
|
|||
|
||||
Bibliographic data in MARC21 format
|
||||
|
||||
$ misc/migration-tools/bulkmarcimport.pl -file /path/to/marc.iso2709
|
||||
$ misc/migration_tools/bulkmarcimport.pl -file /path/to/marc.iso2709
|
||||
|
||||
Authority data in MARC21 format
|
||||
|
||||
$ misc/migration-tools/bulkmarcimport.pl -a -file /path/to/auth.iso2709
|
||||
$ misc/migration_tools/bulkmarcimport.pl -a -file /path/to/auth.iso2709
|
||||
|
||||
7.2 Fast Index:
|
||||
$ misc/migration-tools/rebuild_zebra.pl -b -w
|
||||
$ misc/migration_tools/rebuild_zebra.pl -b -w
|
||||
|
||||
Once the indexing has completed, you will be able to search for records in your
|
||||
system. NOTE: if you don't run the Fast Index utility, and you have the index
|
||||
|
|
|
@ -334,12 +334,12 @@ Koha's command-line scripts are installed, e.g., /usr/share/koha/bin.
|
|||
|
||||
7.1 Import:
|
||||
Bibliographic data in MARC21 format
|
||||
$ misc/migration-tools/bulkmarcimport.pl -file /path/to/marc.iso2709
|
||||
$ misc/migration_tools/bulkmarcimport.pl -file /path/to/marc.iso2709
|
||||
Authority data in MARC21 format
|
||||
$ misc/migration-tools/bulkauthimport.pl -file /path/to/auth.iso2709
|
||||
$ misc/migration_tools/bulkauthimport.pl -file /path/to/auth.iso2709
|
||||
|
||||
7.2 Fast Index:
|
||||
$ misc/migration-tools/rebuild_zebra.pl -b -w
|
||||
$ misc/migration_tools/rebuild_zebra.pl -b -w
|
||||
|
||||
Once the indexing has completed, you will be able to search for records in your
|
||||
system. NOTE: if you don't run the Fast Index utility, and you have the index
|
||||
|
|
Loading…
Reference in a new issue