Skip to content

Latest commit

 

History

History
32 lines (25 loc) · 1.21 KB

README.md

File metadata and controls

32 lines (25 loc) · 1.21 KB

ChemicalTagger-webapp Overview

Build Status Maven Central

This is the webapp component of the ChemicalTagger tool and is the web based demo running here.

Compiling from Source

This will compile and install the ChemicalTagger-webapp on the Debian based OS.

  1. Install the needed packages.
    sudo apt-get install git maven openjdk-11-jdk
  1. Clone and build WAR file
    git clone https://github.com/BlueObelisk/chemicaltagger-webapp
    cd chemicaltagger-webapp
    mvn clean package

Observe output WAR: ./target/chemicalTagger-webapp-1.1-SNAPSHOT.war

  1. Alternatively, run a local instance
    mvn org.eclipse.jetty:jetty-maven-plugin:run    
  1. Then browse to 127.0.0.1:8080
    firefox 127.0.0.1:8080