Difference between revisions of "Installation"
From Tweeki
Line 14: | Line 14: | ||
Add the following to LocalSettings.php: | Add the following to LocalSettings.php: | ||
− | require_once( "$IP/skins/ | + | require_once( "$IP/skins/Tweeki/Tweeki.php" ); |
$wgDefaultSkin = "tweeki"; | $wgDefaultSkin = "tweeki"; | ||
(You may safely remove or comment out other mentions of $wgDefaultSkin.) | (You may safely remove or comment out other mentions of $wgDefaultSkin.) |
Revision as of 08:45, 18 May 2015
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 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.)