BibbleWiki Page

From bibbleWiki
Revision as of 02:59, 26 March 2025 by Iwiseman (talk | contribs) (Overriding Skin)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Introduction

This is just a page to keep stuff I learn about wiki

Backup

For this I use mysqldump and backup the entire folder

Overriding Skin

I use vector as my skin.

You can amend css <Wiki URL>/MediaWiki:Vector.css

You can amend js <Wiki URL>/MediaWiki:Vector.js

This is how I get the copy button to work

Upgrading

It may be different but at 1.43 we did the following. Here it is but I bet I forget to open this before doing the next one

Extensions

CSS
Elastica
TemplateStyles
CirrusSearch
TemplateStyles

git clone https://github.com/nbdd0121/MW-Avatar
mv MW-Avatar Avatar

Images

mv images images_old
ln -s /xxxxxx/mediawiki_resources/images images

Copied logo

cp ../mediawiki-1.42.1/resources/assets/GreenHands135.png resources/assets/

Run Update

To do the upgrade

cd maintenance
./run update