Code Monkey home page Code Monkey logo

pavank-23 / 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 195.92 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.20% JavaScript 10.43% Python 0.40% Perl 0.16% Java 62.44% TypeScript 1.03% XSLT 0.13% CSS 1.06% HTML 0.01% PLpgSQL 21.28% Dockerfile 0.03% Less 1.28% SCSS 1.55%

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 docker compose With pre-released docker images

docker-compose up -d

Running docker compose with docker images built directly from the source code

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

Running docker compose With locally compiled/built Artifacts (ie the War file and React code) For Developers

  1. Fork the OpenELIS-Global Repository and clone the forked repo. The username below is the username of your Github profile.

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

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

       cd ..
       mvn clean install -DskipTests
    
  4. Start the containers to mount the locally compiled artifacts

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

    Note : For Reflecting Local changes in the Running Containers ;

  • Any Changes to the Front-end React Source Code will be directly Hot Reloaded in the UI
  • For changes to the Back-end Java Source code
    • Run the maven build again to re-build the War file

       mvn clean install -DskipTests
      
    • Recreate the Openelis webapp container

      docker-compose -f dev.docker-compose.yml up -d  --no-deps --force-recreate oe.openelis.org          
      

The Instaces can be accesed at

Instance URL credentials (user : password)
Legacy UI https://localhost/api/OpenELIS-Global/   admin: adminADMIN!
New React UI https://localhost/ admin: adminADMIN!

Note: If your browser indicates that the website is not secure after accessing any of these links, simply follow these steps:

  1. Scroll down on the warning page.
  2. Click on the "Advanced" button.
  3. Finally, click on "Proceed to https://localhost" to access the development environment.

openelis-global-2's People

Contributors

calebslane avatar mozzy11 avatar rossumg avatar caseyi avatar pkom17 avatar abertnamanya avatar jona42-ui avatar muiruri avatar phassoa avatar gitcliff avatar pr4nj41 avatar caseynth avatar dependabot[bot] avatar manishjha-04 avatar atulyadav745 avatar rahul6603 avatar konavivekramakrishna avatar adityadeshlahre avatar lovelyfin00 avatar tendomart avatar sayed4900 avatar pmanko avatar agaba-derrick avatar mherman22 avatar meddhiaka avatar sherrif10 avatar ankit-matth avatar 1satyamjaiswal avatar aggieshami 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.