/archi-mediawiki

Port of Archi-Wiki to MediaWiki

Primary LanguagePHPGNU General Public License v3.0GPL-3.0

archi-mediawiki

Port of Archi-Wiki to MediaWiki

Setup

You need to create a dbconfig.php file with at least the following variables:

$wgDBtype = "mysql";
$wgDBserver = "localhost";
$wgDBname = "";
$wgDBuser = "";
$wgDBpassword = "";
$wgScriptPath = "/archi-mediawiki";

You then need to run:

composer install

If you get some SQL errors, try to run composer updatedb before reporting an issue.