Skip to content

OpenELIS 2.X is a rewrite of the original OpenELIS global with updated components and technology

License

Notifications You must be signed in to change notification settings

WodPachua/OpenELIS-Global-2

 
 

Repository files navigation

OpenELIS Global 2

This is the OpenELIS rewrite onto Java Spring, and with all new technology and features. Please see our website for more information.

You can find more information on how to set up OpenELIS at our docs page

Build Status

Publish Docker Image Status

Running OpenELIS in Docker

Running with docker compose

docker-compose up -d

Building the docker images from source code

docker-compose -f build.docker-compose.yml up -d --build

Running docker containers With locally compiled Artifacts (ie the War file)

  1. Clone the Repository

      git clone https://github.com/I-TECH-UW/OpenELIS-Global-2.git 
    
  2. innitialize and build sub modules

     git submodule update --init --recursive
     cd OpenELIS-Global-2/dataexport
     mvn clean install -DskipTests
    
  3. Build the War file

       cd OpenELIS-Global-2
       mvn clean install -DskipTests
    
  4. Mount the locally Compiled war file as a volume to the container . ie Add the line below to the volumes for the oe.openelis.org service in the docker-compose.yml file

      - ./target/OpenELIS-Global.war:/usr/local/tomcat/webapps/OpenELIS-Global.war
    
  5. Start the containers to mount the locally compiled artifacts

     docker-compose  up -d    
    

The Instaces can be accesed at

Instance URL credentials (user : password)
OpenElis https://localhost:8443/OpenELIS-Global/   admin: adminADMIN!

About

OpenELIS 2.X is a rewrite of the original OpenELIS global with updated components and technology

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 65.5%
  • PLpgSQL 24.3%
  • JavaScript 5.1%
  • SCSS 1.6%
  • Less 1.5%
  • CSS 1.1%
  • Other 0.9%