Skip to content

BlueObelisk/chemicaltagger-webapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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