I’ve tried this but still doesn’t work.
hey @Huthaifa_Omar
can you try
docker compose -f dev.docker-compose.yml down -v
git submodule deinit -f .
rm -rf .git/modules/
git submodule update --init --recursive
cd dataexport
mvn clean install -DskipTests
docker-compose -f dev.docker-compose.yml up -d
try all these commands in series
and let me know !
I’ve tried this but nothing changed.
I tried it again and ran this command docker-compose -f dev.docker-compose.yml up -d --no-deps --force-recreate oe.openelis.org
before docker-compose -f dev.docker-compose.yml up -d
but unfortunately still didn’t work
consider re-cloning the repo in a fresh directory and re-setup your environment
Hello Team! Happy to join this community. I work for Partners In Health and have been part of the OpenMRS community from the inception but new to OpenELIS.
I am seeing a related error (“Not authenticated” or blank login page) but not sure if my problem is the same. If this is the wrong Talk thread, I can create or move this post.
History:
- Successful install of OpenELIS Global 3x in Docker on my local Ubuntu laptop after a couple of glitches.
- I am not looking to develop code or configure the application now. This is for demo purposes only.
- “docker-compose” removed my other docker containers. I’m using “docker compose”.
I am trying to install OpenELIS Global 3x in Docker on a cloud Ubuntu server now. I have followed the installation instructions for self-signed SSL certificate. (I’d be happy to work with an OpenELIS expert to update the instruction since I believe some steps are missing.)
- There is no login prompt on the home page (see image below)
- There are MANY errors in the browser console. (Let me know if I should share)
- Hard refresh didn’t solve the problem
Where do I find log files?
Thanks for your help.
Hey @ball welcome to openELIS Community
are you trying to setup a development environment ? or only trying to test the OpenELIS Global Application?
the web-application logs can be seen in openelis-global-webapp docker container !
u can log it using docker logs openelisglobal-webapp --tail 10
@aditya I am testing out the OpenELIS Global application. Thanks for the quick response. Unclear if I’ll need the dev environment if I want to configure the lab tests.
so you are just trying to setup OpenELIS Global for testing purpose ??
u can run the commands from here LINK
I was using these instructions: https://uwdigi.atlassian.net/wiki/spaces/OG/pages/239632402/Install+OpenELIS+Global
The README is better?
I thought I should install OpenELIS 3.x (not 2). The README seems to be about 2.x
I appreciate the help @aditya , but I have used those instructions. It worked fine on my laptop but not a cloud server. I think that’s where I am hitting an authorization problem with installing the ssl certificate. Maybe this Talk thread doesn’t address that issue…
have u tried offline installation ??