Skip to content

prior-art-archive/query-parser-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Creating war file for the Search Apps needed - Maven, Java

  1. Check out the code from the git repository and run

mvn clean install on the root directory

  1. The build process will take around 10 min as it installs node.js and its modules and then builds angular webpack dist using the pom inside the client directory.

  2. The server pom.xml will now create a ROOT.war with client angular code and jersey server code.

Building Docker image and running Docker for Search UI

To build docker image run the following command:

docker build -t uspto-docker-searchui .

To run in detached mode execute the following command:

docker run -p 5000:5000 -d --env-file config/properties.env uspto-docker-searchui

Use docker ps to see the container ID and use that for seeing logs using docker logs and stop using docker stop .

Note: this project uses Java 8

About

Dockerized version of the parser (starting w v1)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published