Skip to content

Latest commit

 

History

History
50 lines (33 loc) · 1.01 KB

README.md

File metadata and controls

50 lines (33 loc) · 1.01 KB

NAESE: Native American Ethnobotany Semantic Explorer

  • Data Semantics project by Stefan Furrer and Jeremy Yang.
  • Built with RDF, Sparql, Jena.
  • Project for Data Semantics class at Indiana University taught by Professor Ying Ding in 2014.
  • Webapp for exploration of the NAE database (2014 version).

Dependencies

Compiling

mvn clean install

Testing with Jetty

http://localhost:8081/naese/naese

mvn --projects naese_war jetty:run

Deploying NAESE

mvn --projects naese_war tomcat7:deploy

or

mvn --projects naese_war tomcat7:redeploy

Docker

See scripts for building and deploying. See https://hub.docker.com/r/jeremyjyang/naese.