-
Notifications
You must be signed in to change notification settings - Fork 1
TestSetup
Chris Delis edited this page Oct 15, 2015
·
1 revision
There is a directory named “sample_marcdata” in the location where the software was extracted (OAIToolkit\sample_marcdata). This directory has two sample raw MARC files called “sample_marc1.mrc” and "sample_marc2.mrc." Each file has 10 sample records inside it.
- Copy the sample file from the OAIToolkit\sample_marcdata to the OAIToolkit\marc folder.
- Run the convertload.sh/bat script. If you wish to change any parameters in it, you can read the description of each parameter below and then add/modify it.
- After the sample records go through, there will be various folders created in the OAIToolkit directory, such as “error_xml,” “lucene_index,” “xml_dest,” etc. The directories created and what they contain is explained below in detail.
- Go to http://localhost:8080/OAIToolkit/ (assuming port 8080 was configured to use when the Apache Tomcat was installed).
- If you can see the OAI Toolkit screen in your browser, then you have installed the OAI Toolkit successfully! You can view the 20 sample records you imported when by clicking “ListRecords” on that page.
- If you cannot see the OAI Toolkit screen in your browser, please refer to the "TroubleshootingTips Troubleshooting Tips" section.
- Installing the Toolkit
- Using the Toolkit
- Browsing the OAI Server
- Populating with Data
- Monitoring
- Performance / System Requirements
- Useful Info
- ILS Connectors
- Release Notes