OASIS: Online Acquisition Station and Imaging System

Overview

OASIS is a web application designed to offer an alternative to the Windows-based CONTENTdm Acquisition Station. OASIS separates the tasks of metadata recording and digital object preparation from the tasks of collection administration. Contributors submit digital images and record metadata; collection administrators export these items into formats suitable for import into CONTENTdm.

OASIS was initially developed to address difficulties managing projects where multiple distributed participants were contributing to a single CONTENTdm collection.

Features

OASIS allows:

Requirements

Installation

The change log can be found here

  1. Extract the installation file to a web server directory.
  2. At the top level of the home folder, create a folder called images and one called tn. These will be used to store the uploaded images and their thumbnails. The php script will be attempting to create folders inside of these folders, and will need appropriate permissions to do so. (The easiest way to do this is to chown the entire oasis folder to the web server)
  3. Startup a mysql server and create the database for oasis. From within MySQL, source the oasis.schema file (command: source oasis.schema) This will create the necessary tables and create one administrator login to one default collection.
  4. Edit the includes/config.inc.php file to contain the MySQL login information and login timeout setting.
  5. Login to oasis with the default account admin:admin and go to Administration->Manage Users to change the password Ability to change usernames may be added later.
  6. Use the interface to create users and define metadata for the collection. Admins can create new collections, but must login to that collection to update metadata and change other options for that collection.

Credits

OASIS was developed by staff at the Associated Colleges of the South Technology Center and the Midwest Instructional Technolgy Center
This software is distrubuted under the GNU General Public License.