Skip to content
Pradeep Bashyal edited this page Apr 7, 2016 · 18 revisions

Welcome to the service-epitope wiki!

#Build

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