Code Monkey home page Code Monkey logo

masterimpl's Introduction

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.

masterimpl's People

Contributors

nhambletccri avatar rajohn96 avatar sstyer avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.