This is the webapp component of the ChemicalTagger tool and is the web based demo running here.
This will compile and install the ChemicalTagger-webapp on the Debian based OS.
- Install the needed packages.
sudo apt-get install git maven openjdk-11-jdk
- 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
- Alternatively, run a local instance
mvn org.eclipse.jetty:jetty-maven-plugin:run
- Then browse to 127.0.0.1:8080
firefox 127.0.0.1:8080