Giter VIP home page Giter VIP logo

eurekaclinical-admin-webapp's Introduction

Eureka! Clinical Admin Webapp

Georgia Clinical and Translational Science Alliance (Georgia CTSA), Emory University, Atlanta, GA

What does it do?

It provides web pages for admin to manage user profiles and the user agreement. It also implements a proxy servlet and router for web clients to access the web services provided by eurekaclinical-user-service and eurekaclinical-user-agreement-service.

Latest release:Latest release

Version 2.0

Updated dependencies.

Version 1.1

Updated dependencies. Added route to eurekaclinical-protempa-service for future job management functionality.

Version 1.0

Initial release.

Build requirements

Runtime requirements

Proxied REST APIs

You can call all of eurekaclinical-user-service's and eurekaclinical-user-agreement-service's and eurekaclinical-registry-service's REST APIs through the proxy. Replace /api/protected/ with /proxy-resource. The point of doing this is for web clients -- you can deploy the webapp on the same server as web client, and deploy the service on a separate server.

Building it

The project uses the maven build tool. Typically, you build it by invoking mvn clean install at the command line. For simple file changes, not additions or deletions, you can usually use mvn install. See https://github.com/eurekaclinical/dev-wiki/wiki/Building-Eureka!-Clinical-projects for more details.

Performing system tests

You can run this project in an embedded tomcat by executing mvn process-resources cargo:run -Ptomcat after you have built it. It will be accessible in your web browser at https://localhost:8443/eurekaclinical-admin-webapp/. Your username will be superuser.

Installation

Configuration

This webapp is configured using a properties file located at /etc/ec-user/application.properties. It supports the following properties:

A Tomcat restart is required to detect any changes to the configuration file.

WAR installation

  1. Stop Tomcat.
  2. Remove any old copies of the unpacked war from Tomcat's webapps directory.
  3. Copy the warfile into the Tomcat webapps directory, renaming it to remove the version. For example, rename eurekaclinical-admin-webapp-1.0.war to eurekaclinical-admin-webapp.war.
  4. Start Tomcat.

Maven dependency

<dependency>
    <groupId>org.eurekaclinical</groupId>
    <artifactId>eurekaclinical-admin-webapp</artifactId>
    <version>version</version>
</dependency>

Developer documentation

Getting help

Feel free to contact us at [email protected].

eurekaclinical-admin-webapp's People

Contributors

arpost avatar dgunda1 avatar ndeshpa avatar nityanandareddy avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

eurekaclinical-admin-webapp's Issues

Java Doc

JAva Doc Generation is not working

Running the tomcat profile adds entries to NOTICE

Running the tomcat profile adds entries for the dependencies in the tomcat profile to the NOTICE file. This should not happen. Our practice is to require calling mvn notice:generate to add dependencies to the NOTICE, and in any case, the dependencies in the tomcat profile should not be in NOTICE.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.