Done by myself.
Turns out to be quite simple, if you know where to look.
These are the needed steps.
1.
Install mediawiki.
I have used the latest 1.26.2 by using a custom ebuild but 1.25.2 should also be fine.
Code: Select all
root #emerge --ask www-apps/mediawiki
(Don't forget to install it using webapp-config if you have vhosts enabled)
2.
Clone Tyrian skin to <installdir>/skins
Code: Select all
root #cd <mediawikiLocation>/skins
root #git clone https://anongit.gentoo.org/git/sites/wiki/skin-tyrian.git
3. Install Tyrian Framework
Follow the instructions on
https://github.com/gentoo/tyrian.
Afterwards copy the whole
asset folder into the tyrian skin directory.
Now replace the
CDN_URL in
SkyinTyrian.php and every match in
TyrianTemplate.php with your own
asset Url.
4. Customize
Note: This is just the skin! Nothing else. Don't expect to have all Templates from wiki.gentoo.org.
That's it.