Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • 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

      Code Block
       mvn clean install -DskipTests
    • Recreate the Openelis webapp container

      Code Block
      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!

Setting Developer Enviroment With Tomcat and Eclipse (Native Dev Setup )

...