Skip to content

This repository will host the code for the new and improved IMPC effort production tracker. This is a successor to iMits, which started life as the ESCell production tracking database for the IMPC project.

License

Notifications You must be signed in to change notification settings

rwilson-ebi/impc-production-tracker

 
 

Repository files navigation

impc-production-tracker

This repository will host the code for the new and improved IMPC effort production tracker. This is a successor to iMits, which started life as the ESCell production tracking database for the IMPC project.

To build the project with docker-compose:

cd impc-production-tracker

docker-compose up -d --build

This will start the server on localhost on port 8901

http://127.0.0.1:8091

To follow the activity on the server:

docker-compose logs -f prod_tracker

To check all the local services running:

docker-compose ps

To stop the server

docker-compose down

Running tests locally

mvn surefire-report:report

About

This repository will host the code for the new and improved IMPC effort production tracker. This is a successor to iMits, which started life as the ESCell production tracking database for the IMPC project.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 98.6%
  • CSS 1.3%
  • Other 0.1%