AnnotationService for COHSE Annotator and COHSE DLS

Timothy Miles-Board
tmb99r@ecs.soton.ac.uk

Requirements

Download Latest Version

Version 1.0 (zip)

Installing the AnnotationService

  1. Extract the ZIP file into an installation directory (e.g. C:\COHSE\AnnotationService)
  2. Create a new database to store annotations (e.g. mysqladmin create as, CREATE TABLE annotations (resource TINYTEXT,annotation TEXT);)
  3. Apply appropriate security restrictions, and update AnnotationService script with parameters need to connect to annotation database
  4. Configure http server if necessary (e.g. Windows Apache - add line ScriptAlias /as/ "C:/COHSE/AnnotationService/"
  5. Update Annotator/DLS Config file to reflect new AnnotationService location