Download
Version 1.0 is the first stable Version.
Binary
Version: 1.0
File: annotator-1.0.zip
From Fileserver
http://vienna.omilab.org/repo/files/Modelann/annotator-1.0.zip
Guide
Follow these instructions to get the ModelAnnotator working at your own environment. For detailed configuration please consult the Wiki.
What do i need to run the ModelAnnotator?
- Java 6 or 7
- Servlet Container - Apache Tomcat (6.x, 7.x) or Glassfish (3.x)
- ModelAnnotator Core Application
- MySQL Server
- prepared and empty ModelAnnotator Database
- Web Portal
- Model-Annotator-Portlet for Liferay
Whereas the Web Portal and Model-Annotator-Portlet for the Web Portal are optional. You do not need these if you do not want to have userspecific annotations or userspecific interaction with the Web Portal.
Instructions
First, download all requirements listed above if you have not installed any of these yet.
The next step is to install and setup the mysql server. Create a new database with the name "annotator" and "UTF-8" encoding and import the empty ModelAnnotator database.
Once you have installed Java and a Servlet Container like Tomcat or Glassfish, deploy the ModelAnnotator Core Application.
So far, the deployed application will be useable, but without any userspecific interactions with the web portal.
So the last step, to complete the ModelAnnotator Environment, is to setup the Web Portal and deploy the "model-annotator-portlet" to it.
Now you can place the model-annotator-portlet anywhere you want on your web portal.
Default Settings
Here are the default settings of the requirements to run the ModelAnnotator Environment without any changes. If you have other prepared settings you have to adapt the config files of the ModelAnnotator Core Application.
Servlet Container:
- Host: "localhost"
- Port: 8080
- Application Context: "ModelAnnotator"
MySQL Server:
- Host: "localhost"
- Port: 3306
- Database Name: "annotator"
- User: "root"
- Password: "root"
Repository
This Service uses Subversion to manage the sourcecode. For detailed information please look at http://svnbook.red-bean.com/.
Web Access
Web Access
The source can be checked out from: https://gitlab.dke.univie.ac.at/
Developer Access
If you want to help developing this service and commit source code please contact the team.
Documentation
Click here to view the Java Documentation of the Graphrep Generator.