[Mediawiki-l] Getting started

Rick DeNatale rick.denatale at gmail.com
Wed Mar 15 15:27:47 UTC 2006


On 3/14/06, Roger Chrisman <roger at rogerchrisman.com> wrote:

> You need to move the LocalSettings.php up one level from the config/ dir
> and leave the index.php alone. This would do it on Unix:
>
> cd <your wiki top dir>
> mv config/LocalSettings.php ..
>
> The '..' means move it up one dir (don't omit the space before the
> '..'). That is for Unix, Linux, etc. If you are on some other OS you
> need to say so.

But the .. here means one level above the current directory, not the
config directory.

So lets say the wiki top directory is /var/www/mywiki

cd /var/www/mywiki
cd config/LocalSettings.php ..

will move the file to /var/www/LocalSettings.php which is NOT what you want

cd /var/www/mywiki
cd config/LocalSettings.php .

will move the file to the wiki top directory.

or just:

mv /var/www/mywiki/config/LocalSettings.php /var/www/mywiki

if you want to be explicit.

--
Rick DeNatale

Visit the Project Mercury Wiki Site
http://www.mercuryspacecraft.com/



More information about the MediaWiki-l mailing list