Hello All, To automatize mediawiki installation I need command line script, with functionality like config/index.php script(i.e. creation databases etc). But without any interaction with user and access from command line - not web server. I've already have LocalSettings.php with configured database access.
It should be similar to SMW_setup.php script for SemanticMedia wiki extension or SemanticMediaWiki Halo extension. May be such script already exists, or installation action can be performed with some combination of scripts in maintance folder?
Thanks, Egor
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Egor Zh wrote:
To automatize mediawiki installation I need command line script, with functionality like config/index.php script(i.e. creation databases
etc). But
without any interaction with user and access from command line - not web server. I've already have LocalSettings.php with configured database
access. Currently no such script exists. You can use maintenance/tables.sql to manually generate the SQL tables and then maintenance/createAndPromote.php to create the first user, but you'd have to manually make a configuration file. I've been working on refactoring the setup system so a command line version is easily possible, but currently progress is slow; if someone else does it that would be great but if not I'll get round to finishing my one sooner or later.
MinuteElectron.
mediawiki-l@lists.wikimedia.org