humhub-docker icon indicating copy to clipboard operation
humhub-docker copied to clipboard

Improve Test by checking the Wizard button

Open jvies opened this issue 3 years ago • 1 comments

Hi Michael,

this PR is a try to make the runtime test more robust so my PR about nginx configuration expansion (https://github.com/mriedmann/humhub-docker/pull/285).

jvies avatar Oct 14 '22 15:10 jvies

I don't get why I don't have the "Sign In" button on my local deployment. Instead I have this: Capture d’écran du 2022-10-14 17-37-50

jvies avatar Oct 14 '22 15:10 jvies

The problem here is that there should be an "auto-install" running at first-bootup. As your screenshot shows this is not the case in your setup. The fact that this autoinstall is broken in recent versions might be the underlying problem with the tests. Fixing that should be our priority because "just" testing if the installer works does not prevent us from missing libraries or wrong folder/file permissions (because they are checked on install).

mriedmann avatar Mar 14 '23 09:03 mriedmann