Mediawiki

Posts tagged with

Uploading a file in Mediawiki

Uploading a file is easy if you see the upload link. I didn’t. To ensure you see it you have to change the setting in LocalSettings.php $wgEnableUploads = true; You may get an error **Could not create directory “mwstore://local-backend/local-public/ **and some more alpha characters. This turned out …

Read more →

Update a Mediawiki

Download the new mediawiki from their website to the html directory wget http://download.wikimedia.org/mediawiki/1.17/mediawiki-1.17.0.tar.gz Extract the download and type tar -zxvf mediawiki-1.17.0.tar.gz to extract the file to the current directory. Rename the extracted directory to something …

Read more →