smmf / geograph-domain

Domain model for Geograph on Fenix-OGM-ISPN

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Geograph Domain Model (Ogm - Fenix - Infinispan)

This project is part of the Specific Targeted Research Project (STReP) Cloud-TM and is partially funded by the European Commission under the Seventh Framework Programme for Research and Technological Development (FP7 - 2007-2013) with contract no. 257784.

This is the Cloud-TM domain model of Geograph.

Getting started

In order to generate the Geograph domain model do the following:

  1. Clone the project from the git repository:

    git clone git://github.com/algorithmica/geograph-domain.git
  2. Generate the domain model using the following comand (you can find the dml in src/common/dml/geograph.dml):

    mvn clean package
    
  3. Copy the new domain model from the /target directory, inside the Geograph folder lib/cloud_tm/jars and the dml inside lib/cloud_tm/conf

Note You may need to copy the DML jars into geograph by executing the following command:

mvn dependency:copy-dependencies -DincludeGroupIds=pt.ist -DoutputDirectory=$PATH_TO_GEOGRAPH/lib/cloud_tm/jars/

in your lib folder (instead of fenix-framework jar as for DML v1).

About

Domain model for Geograph on Fenix-OGM-ISPN

License:Other