Port of Archi-Wiki to MediaWiki
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.