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.0 | + | ! 2.0.0 [https://github.com/thaider/Tweeki/archive/v2.0.0.zip <i class="fa fa-download" data-toggle="tooltip" title="Download as ZIP"></i>] |
| 4.6.0 || 1.35+ || 2022-01-03 || only Bootstrap 4 | | 4.6.0 || 1.35+ || 2022-01-03 || only Bootstrap 4 | ||
|- | |- | ||
− | ! 1.2. | + | ! 1.2.7 [https://github.com/thaider/Tweeki/archive/v1.2.7.zip <i class="fa fa-download" data-toggle="tooltip" title="Download as ZIP"></i>] |
| 3.4.1/4.6.0 || 1.31-1.35 || 2021-09-28 || major code refactoring, <br>introducing Bootstrap 4 via opt-in | | 3.4.1/4.6.0 || 1.31-1.35 || 2021-09-28 || major code refactoring, <br>introducing Bootstrap 4 via opt-in | ||
|- | |- |
Revision as of 15:43, 3 January 2022
Compatibility
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
To checkout a specific (tagged) version:
git checkout v1.2.0
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.kollabor.at (this page) to get an idea of how to achieve similar results.
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.