Index: branches/new-installer/phase3/includes/installer/Installer.i18n.php |
— | — | @@ -427,8 +427,14 @@ |
428 | 428 | |
429 | 429 | We've generated a <code>LocalSettings.php</code> file for you. It contains all your configuration. |
430 | 430 | |
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: |
432 | 432 | |
| 433 | +On a Unix/Linux system: |
| 434 | + |
| 435 | +<pre> |
| 436 | +mv ./config/LocalSettings.php ./LocalSettings.php |
| 437 | +</pre> |
| 438 | + |
433 | 439 | When that's done, you can [$1 '''enter your wiki''']", |
434 | 440 | 'config-install-done-moved' => "'''Congratulations!''' |
435 | 441 | You have successfully installed MediaWiki. |