Installation

From Tweeki
Revision as of 23:37, 30 June 2016 by Thai (talk | contribs)
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

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

Basic Configuration

  • Change the navigation according to your needs, e.g. change the content of MediaWiki:Tweeki-navbar-right to Products to link to a page of that name.