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
docker-compose up -d
docker-compose -f build.docker-compose.yml up -d --build
-
Clone the Repository
git clone https://github.com/I-TECH-UW/OpenELIS-Global-2.git
-
innitialize and build sub modules
git submodule update --init --recursive cd OpenELIS-Global-2/dataexport mvn clean install -DskipTests
-
Build the War file
cd OpenELIS-Global-2 mvn clean install -DskipTests
-
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
-
Start the containers to mount the locally compiled artifacts
docker-compose up -d
Instance | URL | credentials (user : password) |
---|---|---|
OpenElis | https://localhost:8443/OpenELIS-Global/ | admin: adminADMIN! |