AnnotationService for COHSE Annotator and COHSE DLS
Timothy Miles-Board
tmb99r@ecs.soton.ac.uk
Requirements
- Database - e.g. MySql.
- Perl - e.g. ActivePerl, with XML::DOM installed.
Download Latest Version
Version 1.0 (zip)
Installing the AnnotationService
- Extract the ZIP file into an installation directory (e.g. C:\COHSE\AnnotationService)
- Create a new database to store annotations (e.g. mysqladmin create as, CREATE TABLE annotations (resource TINYTEXT,annotation TEXT);)
- Apply appropriate security restrictions, and update AnnotationService script with parameters need to connect to annotation database
- Configure http server if necessary (e.g. Windows Apache - add line ScriptAlias /as/ "C:/COHSE/AnnotationService/"
- Update Annotator/DLS Config file to reflect new AnnotationService location