Tomas Cohen Arazi
f4bd05d00d
To test: - Have a clean install, no DB - Run populate_db.pl: $ sudo koha-shell kohadev k$ cd kohaclone k$ misc/devel/populate_db.pl - Go to http://localhost:8081/cgi-bin/koha/admin/searchengine/elasticsearch/mappings.pl => FAIL: No mappings - Delete the DB and create an empty one: $ mysql -uroot > DROP DATABASE koha_kohadev; CREATE DATABASE koha_kohadev; > GRANT ALL PRIVILEGES ON koha_kohadev.* TO 'koha_kohadev'@'localhost'; - Run populate_db.pl: $ sudo koha-shell kohadev k$ cd kohaclone k$ misc/devel/populate_db.pl - Go to http://localhost:8081/cgi-bin/koha/admin/searchengine/elasticsearch/mappings.pl => SUCCESS: There are mappings! - Sign off :-D Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com> Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> |
||
---|---|---|
.. | ||
admin | ||
bin | ||
cronjobs | ||
devel | ||
interface_customization | ||
load_testing | ||
maintenance | ||
migration_tools | ||
plack | ||
release_notes | ||
search_tools | ||
translator | ||
batchCompareMARCvsFrameworks.pl | ||
batchdeletebiblios.pl | ||
batchDeleteUnusedSubfields.pl | ||
batchImportMARCWithBiblionumbers.pl | ||
batchRebuildBiblioTables.pl | ||
batchRebuildItemsTables.pl | ||
batchRepairMissingBiblionumbers.pl | ||
check_sysprefs.pl | ||
commit_file.pl | ||
export_borrowers.pl | ||
export_records.pl | ||
exportauth.pl | ||
koha-install-log | ||
kohalib.pl | ||
link_bibs_to_authorities.pl | ||
mod_zebraqueue.pl | ||
perlmodule_ls.pl | ||
perlmodule_rm.pl | ||
recreateIssueStatistics.pl | ||
sax_parser_print.pl | ||
sax_parser_test.pl | ||
sip_cli_emulator.pl | ||
stage_file.pl |