[Owncloud] How to partially predefine OC settings
Alessio Fattorini
alessio.fattorini at nethesis.it
Thu Oct 31 17:38:06 UTC 2013
Il 03/10/2013 19:28, Vladimir Sapronov ha scritto:
> Hi,
>
> I made the change to setup I described before. Here's a pull request:
> https://github.com/owncloud/core/pull/4982 The code was already reviewed
> and this pull request need to be tested. Can someone test it, please?
>
> Thanks,
> Vladimir Sapronov
Hi Vladimir,
i see this:
https://github.com/owncloud/documentation/pull/175
but it doesn't works for me :-\
I configure this autoconfig.php:
<?php
$AUTOCONFIG = array(
"dbtype" => "mysql",
"dbname" => "owncloud",
"dbuser" => "own***",
"dbpass" => "own***",
"dbhost" => "localhost",
"dbtableprefix" => "",
"directory" => "/var/www/html/owncloud/data",
"default_language" => "it",
);
But the webui ask me db configuration too, i fill and user/pwd then i
click "Finish" (advanced is not hided)
But sqlite db is configured :-\ why?
Why autoconfig.php parameter are ignored?
Any hint?
More information about the Owncloud
mailing list