LANL Research Library
 

Getting Started

Pre-Installation


1) Download the aDORe Archive installer from Download section.

2) Untar contents to a temp directory

3) From the temp dir, follow the installation instructions below.

Installation


1) Change DB Passwords defined in createdb.sql
- Open the createdb.sql file located in the installer directory
- Replace each instance of 'password' with a password of your preference.
- Save file.

2) Log-in to mysql command line utility
- Use command 'mysql -u root -p' to log-in as root
- Enter root password when prompted

3) Run source command to create arc_registry & tape_registry databases and associated database users.
- Use command 'source <absolute_path_to_createdb.sql>

4) To launch the installer, run the following:

For Linux / Mac OS-X:
Console Install:
sh install.sh text

GUI Installer:
sh install.sh

For Windows:
- Double-click install.cmd to launch installer

IMPORTANT: Windows File Path References should use forward slashes (/) instead of back slashes (\) i.e. c:/apps/adoreArchive. 

Directory Structure


bin 
 |- env.sh - System environment set-up, called by main script
 |- log4j.properties - Defines debug level for application
 |- adoreArchive.sh - Main Adore Archive Application (Linux/Unix)
 |- adoreArchive.bat - Main Adore Archive Application (Windows)
 |- demo.sh - Demonstration Script (Linux/Unix)
 |- demo.bat - Demonstration Script (Windows)
data
 |- arc - Default ARCfile Storage Directory
 |- tape - Default XMLtape Storage Directory
etc
 |- moai - Contains oai-repo-accessor 
 |- demo - Contains sample XMLtapes/ARCfiles for demonstration purposes
 |- archive.properties - Main Adore Archive Properties File
lib - Necessary libraries for application

Demonstration

For a walk-through demonstration of the aDORe Archive ingestion process and the resulting resources, click here.

Tutorial

For a tutorial on how to create a custom ProfileProcessor implementation, click here.