GithubHelp home page GithubHelp logo

wodpachua / openelis-global-2 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from i-tech-uw/openelis-global-2

0.0 0.0 0.0 120.81 MB

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

Home Page: http://openelis-global.org/

License: Mozilla Public License 2.0

Shell 0.22% JavaScript 5.06% Python 0.43% Perl 0.18% Java 65.48% XSLT 0.14% CSS 1.12% HTML 0.01% PLpgSQL 24.26% Dockerfile 0.03% Less 1.46% SCSS 1.60%

openelis-global-2's Introduction

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!

openelis-global-2's People

Contributors

calebslane avatar mozzy11 avatar rossumg avatar caseyi avatar pkom17 avatar muiruri avatar phassoa avatar caseynth avatar gitcliff avatar dependabot[bot] avatar pmanko avatar jona42-ui avatar areeshatariq avatar

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.