Skip to content
dcox-nmdp edited this page May 25, 2017 · 18 revisions

Welcome to the service-epitope wiki!

# # ## Build and Run the service

Clone the repository

https://github.com/nmdp-bioinformatics/service-epitope

Build the project

cd service-epitope
mvn clean install

Run the service

java -jar dropwizard/target/epitope-dropwizard-0.0.1-SNAPSHOT.jar server dropwizard/src/main/resources/internal.yml

The service is accessible at http://localhost:48080/

Clone this wiki locally