Difference between revisions of "Installation"
From Tweeki
Line 2: | Line 2: | ||
=== Installation === | === Installation === | ||
− | You can [https://github.com/thaider/ | + | You can [https://github.com/thaider/Tweeki Download Tweeki from GitHub] or get it directly with git: |
Change to the "skins" subdirectory of your MediaWiki installation: | Change to the "skins" subdirectory of your MediaWiki installation: |
Revision as of 10:51, 25 March 2016
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.)