Difference between revisions of "Installation"
From Tweeki
Line 5: | Line 5: | ||
! Tweeki !! Bootstrap !! MediaWiki !! Latest Release !! Note | ! Tweeki !! Bootstrap !! MediaWiki !! Latest Release !! Note | ||
|- | |- | ||
− | ! 2.0.x | + | ! 2.0.x |
| 4.4.1 || 1.35+ || || in development | | 4.4.1 || 1.35+ || || in development | ||
|- | |- |
Revision as of 17:28, 22 November 2020
Compatibility
Tweeki | Bootstrap | MediaWiki | Latest Release | Note |
---|---|---|---|---|
2.0.x | 4.4.1 | 1.35+ | in development | |
1.2.x | 3.4.1/4.4.1 | 1.31-1.35 | 2020-11-15 | major changes, introducing Bootstrap 4 via opt-in |
1.1.x | 3.4.1 | 1.31-1.35 | 2020-11-15 |
Installation
You can Download Tweeki from GitHub or get it directly with git:
Change to the "skins" subdirectory of your MediaWiki installation:
cd skins
Clone the repository:
git clone https://github.com/thaider/Tweeki
Add the following to LocalSettings.php:
require_once( "$IP/skins/Tweeki/Tweeki.php" ); $wgDefaultSkin = "tweeki";
(You may safely remove or comment out other mentions of $wgDefaultSkin.)
Add the following to LocalSettings.php if you want to use Bootstrap 4:
$wgTweekiSkinUseBootstrap4 = true;
Example configurations
Have a look at the setup for tweeki.thai-land.at (this page) to get an idea of how to achieve similar results or look at setup for skriptenforum.net for a more elaborate example.
Basic Configuration
- Change the navigation according to your needs, e.g. change the content of
MediaWiki:Tweeki-navbar-left
toProducts
to link to a page of that name.