Skip to content

Serves as a repository for files and discussions related to the MASTER project implementation of OSERAF

License

Notifications You must be signed in to change notification settings

nhamblet/MASTERImpl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bullseye

Initial development for the Open Source Entity Resolution Architecture Framework (OSERAF) project.

Requirements

We assume node is installed (v0.10.33 is known to work). We also require ant and maven.

Once node and npm are available, you need to obtain a jar file created by Ikanow:

  1. git clone https://github.com/IKANOW/Infinit.e.git
  2. cd Infinit.e/core/infinit.e.data_model
  3. ant

The jar file will now be in ./Infinit.e/core/infinit.e.data_model/dist. To install this jar into your local .m2 repository:

  1. cd ./Infinit.e/core/infinit.e.data_model/dist
  2. mvn install:install-file -Dfile=infinit.e.data_model.jar -DgroupId=com.ikanow.infinit.e.data_model -DartifactId=infinite -Dversion=1 -Dpackaging=jar

Build

Assuming the requirements above, mvn clean install should build Bullseye.

Running

Bullseye is currently built as a runnable jar. You should be able to run it with:

java -Dconfig.file=webapp/target/classes/example/bullseye.conf -jar webapp/target/bullseye.war

By default, this will launch the bullseye on port 8081, and it can be accessed in a browser at http://localhost:8081/bullseye. If you wish to run on a different port, the port can be specified as an additional argument at the end of the command above (for example, java -jar bullseye.war 8080).

You can also deploy the war into your server of choice. We have tested with tomcat versions 7(.0.59) and 8(.0.17). Additional documentation for such deployments, along with additional configuration documentation, is now available on the wiki.

About

Serves as a repository for files and discussions related to the MASTER project implementation of OSERAF

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published