Open jeffcpullen opened 4 years ago
Is there a plan to have the web server component hosted separately?
I am not aware of this but then again I am just helping in my free time and am not involved in the mainline effort.
Also, this commit mentions a permission issue, can you explain which permission issue you were seeing?
I have described the permission issue in https://github.com/RedHatOfficial/openemr-kube/pull/15#issue-401572080
Just to note, I moved to the fpm tag only to get over the permission issue. Sorry that it broke some other functionality. I just could not figure out steps do more testing. I suggest we add more steps to the main README regarding the current functionality. And some sort of CI e2e test would be needed. Once we figure out what the expected functionality is we can work towards that. Always happy to help.
@jeffcpullen @aravindhp How do I access the PHPMyAdmin instance?
I see in commit 2d42933f383bafffdae79e6164220472aa6b1da3 that the tag fpm was added to phpadmin.
@aravindhp I believe the intent of this deployment was to let you explore the database through the phpadmin console. The FPM tag seems to remove the web server component which is probably why I can't load up the web console to review the DB. Is there a plan to have the web server component hosted separately? Also, this commit mentions a permission issue, can you explain which permission issue you were seeing?