Skip to content

rgwch/elexis-3-base

 
 

Repository files navigation

Elexis Ungrad Base Repository

This is a fork of Elexis classic base from the original creator of Elexis.

Current branches:

  • ungrad2022 - Latest stable branch. Will always compile and work
  • develop - Development branch. Will not always compile and mostly not work flawless

Build:

Prerequisites: Git, Java-sdk8, Maven 3.6.x; Linux or Windows recommended. MacOS will be a bit tricky, You'll need also the elexis-3-core already built. i.e._

git clone -b ungrad2022 elexis-3-core
cd elexis-3-core
./build.sh
cd ..
git clone -b ungrad2022 elexis-3-base
cd elexis-3-base
./build.sh

You'll find the created repository in ch.elexis.base.p2site/target/repository. You can use this repository from a running Elexis core via 'Help-Install new Software'.

Develop

Please follow the instructions here.

Import the elexis-3-base projects just the same way you did for the elexis-3-core projects in the same workspace. I recommend to create a separate working set "base" for the base projects.

About

Elexis 3 Base Repository

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 92.3%
  • JavaScript 3.7%
  • HTML 2.9%
  • XSLT 0.8%
  • CSS 0.3%
  • Shell 0.0%