Difference between revisions of "Installation"
From Tweeki
Line 23: | Line 23: | ||
Have a look at the [[setup for tweeki.thai-land.at]] to get an idea of how to achieve similar results. | Have a look at the [[setup for tweeki.thai-land.at]] to get an idea of how to achieve similar results. | ||
− | * Change the navigation according to your needs, e.g. change the content of <code>MediaWiki:Tweeki-navbar- | + | * Change the navigation according to your needs, e.g. change the content of <code>MediaWiki:Tweeki-navbar-left</code> to <code>Products</code> to link to a page of that name. |
Revision as of 22:09, 6 September 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.)
Basic Configuration
Have a look at the setup for tweeki.thai-land.at to get an idea of how to achieve similar results.
- 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.