User:Hashar
From Wikitech
(Difference between revisions)
| Line 7: | Line 7: | ||
---- | ---- | ||
| + | == MediaWiki snapshot == | ||
Install a snapshot of MediaWiki using sqlite: | Install a snapshot of MediaWiki using sqlite: | ||
<pre> | <pre> | ||
Revision as of 09:57, 1 November 2012
Back in action since December 2010.
MediaWiki snapshot
Install a snapshot of MediaWiki using sqlite:
wget https://integration.mediawiki.org/nightly/mediawiki/core/mediawiki-78a5729.zip unzip mediawiki-78a5729.zip cd mediawiki-78a5729 # Install a basic database using sqlite as a backend php maintenance/install.php benchwiki sysop --pass secret --dbtype sqlite --dbpath . # Run the Dump test suite php tests/phpunit/phpunit.php --group Dump