Installation

From Tweeki
Revision as of 11:44, 27 August 2014 by Thai (talk | contribs) (Created page with "=== Installation === You can [https://github.com/thaider/tweeki Download Tweeki from GitHub] or get it directly with git: Change to the "skins" subdirectory of your MediaWik...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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.)