Potomac

Results 24 comments of Potomac

@marcbria : here is what recreate_config script does : - it copies the template config provided by ojs : cp /var/www/html/config.TEMPLATE.inc.php /var/www/html/config.inc.php then several sed commands are done on /var/www/html/config.inc.php,...

@lucasdiedrich @marcbria : I opened a bug report in OJS github, in order to have a very short config.inc.php file, currently I feel that that 90% of options in this...

Hello @marcbria > I like the idea of a config-generator (I added a feature like this in my mojo & dojo scripts) but as an addition... I mean, right now,...

@marcbria @lucasdiedrich Ok I forked lucas repo, I made the change in the "php7-test" branch, and I made a pull request : https://github.com/lucasdiedrich/ojs/pull/31

I notice a bug in my pull request, ojs-pre-start is not started when startsecs=0, so the solution is to set this option to 1, like this : [program:checkstart] command=/usr/local/bin/ojs-pre-start startsecs=1...

@lucasdiedrich @marcbria : I fixed the wrong path in a new commit, for the supervisor problem my fix doesn't really work, sometimes I get the message "fatal state", I think...

Hello, I am a beginner in docker, but I think mysql client (mysql binary) is not available inside the OJS image, as a workaround we can use php script from...

I added a pull request which add this feature of automatic installation (no need anymore of OJS_CLI_INSTALL), and the feature of automatic recreation of config file (no need to provide...

Hello, > do you have a command line version of your app? earlier versions of cryptimage had a command line option, this mode has been removed in favor of the...

Ok so you want a kind of web solution, > To be more precise I'm looking for the discret11 / syster encryption but without their strict rules. > something that...