-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ojs cli install doesn't work in docker-compose.yml #52
Comments
I can confirm that. Are you upgrading? |
Sorry for the long silence. About this specific issue: OJS lacks of a good client and the command-line installation is done via "curl" with some parameters. As far as this feature was never tested, this is considered an enhancement. |
No, I used for development. |
Same here. |
I tried to force it with docker exec it worked ... |
Expected Behavior
When the environment variable OJS_CLI_INSTALL is changed to 1 on .env file, it is expected that the installation takes place automatically without the need of human interaction.
Current Behavior
After setting up the environment and running docker-compose, I verified that the configuration doesn't work. The following image illustrates the fact:
Steps to Reproduce
Context (Environment)
More information about the host
$ lsb_release -a No LSB modules are available. Distributor ID: Debian Description: Debian GNU/Linux bookworm/sid Release: testing Codename: bookworm $ uname -a Linux alohomora 5.10.0-8-amd64 #1 SMP Debian 5.10.46-4 (2021-08-03) x86_64 GNU/Linux $ docker -v Docker version 20.10.5+dfsg1, build 55c4c88 $ docker-compose --version docker-compose version 1.27.4, build unknown
Cheers,
Luis Leal.
The text was updated successfully, but these errors were encountered: