AdminZone:Maintaining this Wiki: Difference between revisions
No edit summary |
No edit summary |
||
| Line 9: | Line 9: | ||
* <code>cd ../</code> | * <code>cd ../</code> | ||
* <code>php maintenance/run.php update</code> | * <code>php maintenance/run.php update</code> | ||
== rats!! that broke everything please help == | |||
mediawiki uses Composer, some sort of "npm" you children use but for php. make sure this is in a file called composer.local.json: | |||
<nowiki>{ | |||
"extra": { | |||
"merge-plugin": { | |||
"include": [ | |||
"extensions/*/composer.json", | |||
"skins/*/composer.json" | |||
] | |||
} | |||
} | |||
}</nowiki> | |||
you might want to run <code>composer update</code> and then <code>composer install</code> in the wiki folder after that. also <code>php maintenance/run.php update</code> for good measure | |||
[[Category:Pages with some amount of information in them]] | |||