Difference between revisions of "Template:Extension/doc"

No change in size ,  17:24, 25 March 2012
→‎Content parameters: Err, that's backwards. php $path/update.php not $path/php update.php
>Wikinaut
m (reverting my own edit. Undo revision 515086 by Wikinaut (talk))
>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 update.php
  php $IP/maintenance/update.php


{{$IP}}
{{$IP}}
Anonymous user