ojs icon indicating copy to clipboard operation
ojs copied to clipboard

Open Journal Systems (OJS) is a journal management and publishing system.

Results 7 ojs issues
Sort by recently updated
recently updated
newest added

First of all, thank you for your great work! I tried the image and saw that it was not building the OJS version that I needed to test, so I...

Hello, currently the config.inc.php is persistent and comes from the user, with a docker volume, see the docker-compose.yml : volumes: - ./config/ojs.config.inc.php:/var/www/html/config.inc.php but we don't really need to use a...

enhancement
help wanted

@lucasdiedrich @marcbria It seems that supervisord is not correctly configured for running ojs-pre-start script, in the console I can see these 2 errors messages : - INFO exited: checkstart (exit...

Hello, Currently we use an environment variable for forcing the installation : OJS_CLI_INSTALL, when this environment variable is set to 1 then ojs-cli-install is called, but in fact we can...

enhancement
help wanted

In last releases, OJS_CLI_INSTALL variable is set to 1 by default. README.md says it's 0. I'm unsure if need to be 1 or 0 by default... I don't have an...

Hi @lucasdiedrich First, thanks a lot for your time and work and sorry if I'm slow with the feedback or trying to understand how all it works. Beginnings are hard,...

As you know, play-with-docker (PWD) is a great platform to make software demos. Some projects include a button to build a full stack and test before create your own infrastructure:...

enhancement