Conversation
|
obsolete error message |
|
nevermind, that was because I ran out of disk space. |
|
OK, now it builds, but running it doesn't work. `docker run` output |
|
Conversation lifted off IRC: 1:34:38 AM <justdave_> ok, |
Set up a minimal configuration to get web functionality. This involves specifying a dummy urlbase, an SQLite database, and credentials for the admin user. The initial admin password is randomly generated and printed during the build, or can be retrieved from the Dockerfile by printing the admin-password.txt file.
This is a work in progress, but the end goal is to have a docker container that runs the bugzilla.pl command (and have bugzilla.pl gain a checksetup sub-command).
Most of the changes in this PR are to ensure we don't try connecting to the database during startup/compilation.