Difference between revisions of "Template:Extension/doc"
Jump to navigation
Jump to search
→Content parameters: Err, that's backwards. php $path/update.php not $path/php update.php
>Wikinaut |
>Coren (→Content parameters: Err, that's backwards. php $path/update.php not $path/php update.php) |
||
Line 184: | Line 184: | ||
Extensions which conform to MediaWiki extension standards come with a '''schema change script which you need to start manually''' (once) before starting and accessing the MediaWiki through your browser, and after you copied all the extension files to <tt>$IP/extensions/ExtensionName</tt> and inserted <tt>require_once( "$IP/extensions/ExtensioName" )</tt> to <tt>$IP/LocalSettings.php</tt>: | Extensions which conform to MediaWiki extension standards come with a '''schema change script which you need to start manually''' (once) before starting and accessing the MediaWiki through your browser, and after you copied all the extension files to <tt>$IP/extensions/ExtensionName</tt> and inserted <tt>require_once( "$IP/extensions/ExtensioName" )</tt> to <tt>$IP/LocalSettings.php</tt>: | ||
$IP/maintenance/ | php $IP/maintenance/update.php | ||
{{$IP}} | {{$IP}} |