Sign inSign up

wnprcehr/tomcat

By wnprcehr

Updated about 2 years ago

Image
Languages & frameworks
Integration & delivery
Web servers
0

10K+

wnprcehr/tomcat repository overview

WNPRC Modules (for LabKey)

This repository includes all the custom LabKey modules developed by the WNPRC for use in the EHR system. Each subfolder contains a separate module.

Building the WNPRC Modules

To build the WNPRC EHR modules for development:

  1. Follow the instructions to set up a LabKey development machine.
  2. From the LabKey root directory:
    1. Clone this repo into the external modules directory:
      git clone https://github.com/WNPRC-EHR-Services/wnprc-modules.git externalModules/wnprc-modules
      
    2. Add the following to ~/.gradle/gradle.properties:
      moduleSet=../../externalModules/wnprc-modules/gradle/settings/wnprc
      
    3. Build LabKey, which includes all of our modules, too:
      ./gradlew deployApp
      

From there, all standard Gradle rules apply; you can build individual modules or even individual steps. For example:

# deploy our modules only
./gradlew :externalModules:wnprc-modules:deployModules

# build just the WNPRC_EHR module
./gradlew :ext:wnp:WNPRC_EHR:build

# re-run webpack for the breeding module
./gradlew :ext:wnp:bre:webpack

Tag summary

Content type

Image

Digest

sha256:ab883ceb8

Size

841.2 MB

Last updated

about 2 years ago

docker pull wnprcehr/tomcat:tomcat9_23.11