Page MenuHomePhabricator

installer: ability to override LocalSettings.php filename
Closed, DeclinedPublic

Description

Add an ability to specify the LocalSettings.php filename when installing a wiki from cli. I need that for continuous integration, the idea is to generate X installation all sharing the same git checkout.

This bug is more like a reminder for me.


Version: unspecified
Severity: normal

Details

Reference
bz34426

Event Timeline

bzimport raised the priority of this task from to Low.Nov 22 2014, 12:16 AM
bzimport set Reference to bz34426.
bzimport added a subscriber: Unknown Object (MLST).

sumanah wrote:

This is not a blocker for the March 21st migration.

I am going to need this in Jenkins to setup a local fetch out to be able to use multiple databases backend.

The fix is easy to handle and not that much needed till we start having tests against MySQL / postgre backends which are not high priority.

Sending bug back in pool. I am currently busy setting up the beta cluster.

Why not just use separate checkouts for different backends? My confidence in the test results is the higher the more closely it resembles an actual installation.

(In reply to comment #4)

Why not just use separate checkouts for different backends? My confidence in
the test results is the higher the more closely it resembles an actual
installation.

That is unneeded. The only thing that need to be changed is the configuration in LocalSettings.php.

Anyway I am closing this bug since I just delete the file and regenerate one with the installer when using a different backend. So that it is working for CI.