===== MARC Stream Importer ===== * To set up marc_stream_importer.pl, copy these files into a directory, typically /openils/bin/ * Open-ILS/src/support-scripts/oils_header.pl * Open-ILS/src/support-scripts/marc_stream_importer.pl * Open-ILS/src/support-scripts/marc_stream_importer.conf * Port, log file, etc. are configured in marc_stream_importer.conf. * Create a Vandelay queue and a Vandelay merge profile for your imports. (Can do directly in the DB). * Start the process as 'opensrf' perl marc_stream_importer.pl --merge-profile $vandelay_merge_profile_id --user $evergreen_username --password $password --queue $vandelay_queue_id &