usc-isi-i2 / minmod-webapp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

minmod-webapp

Currently running on https://minmod.isi.edu/ with Apache Tomcat via LodView.

Webapp deployment:

Change directory to path:

cd /var/local/mindmod/

Deploy Apache Jena Fuseki to run a designated SPARQL endpoint (use screen):

cd apache-jena-fuseki-4.9.0/
./fuseki-server --file <path_to_ttl> /minmod

Deploy Apache Tomcat (wraps this app) to run this app:

cd apache-tomcat-7.0.109/
./bin/startup.sh

Make sure NGINX (web server) is running:

systemctl start nginx

About

License:MIT License


Languages

Language:Java 54.4%Language:R 26.7%Language:CSS 19.0%