r65709 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r65708‎ | r65709 | r65710 >
Date:18:31, 30 April 2010
Author:avar
Status:ok
Tags:
Comment:
Provide a mv(1) example in the "you're done" message

Every single reference to a set of Unix commands you must execute as
part of the process now comes with an example. I'm lazy.
Modified paths:
  • /branches/new-installer/phase3/includes/installer/Installer.i18n.php (modified) (history)

Diff [purge]

Index: branches/new-installer/phase3/includes/installer/Installer.i18n.php
@@ -427,8 +427,14 @@
428428
429429 We've generated a <code>LocalSettings.php</code> file for you. It contains all your configuration.
430430
431 -You will need to move it from <code>./config/LocalSettings.php</code> to <code>./LocalSettings.php</code> in order for MediaWiki to work.
 431+You will need to move it from <code>./config/LocalSettings.php</code> to <code>./LocalSettings.php</code> in order for MediaWiki to work:
432432
 433+On a Unix/Linux system:
 434+
 435+<pre>
 436+mv ./config/LocalSettings.php ./LocalSettings.php
 437+</pre>
 438+
433439 When that's done, you can [$1 '''enter your wiki''']",
434440 'config-install-done-moved' => "'''Congratulations!'''
435441 You have successfully installed MediaWiki.

Status & tagging log