Re: [MediaWiki-l] Best way or tips for multi wikis ?

2016-01-26 Thread Jan Steinman
> I'm currently running 4 wikis from the same core code on Mediawiki 1.26.0 > on Ubuntu 14.04... > > All of the wikis have their own folder... all wiki files/folders > are linked to those in /var/lib/mediawiki EXCEPT for /images and > LocalSettings.php (I also have separate logo.png file here,

Re: [MediaWiki-l] Best way or tips for multi wikis ?

2016-01-26 Thread Yishen Miao
This should help. First create the directory, then run this one-liner to generate the symlinks, and move in the files using only by that wiki. find /var/lib/mediawiki -maxdepth 1 -exec ln -s {} /where/you/put/your/wiki/ \; Best, Mys_721tx > On Jan 26, 2016, at 11:27, Jan Steinman

Re: [MediaWiki-l] Best way or tips for multi wikis ?

2016-01-25 Thread Nate McElroy
I'm currently running 4 wikis from the same core code on Mediawiki 1.26.0 on Ubuntu 14.04. The mediawiki code is in /var/lib/mediawiki and includes everything except for /images folder and LocalSettings.php It is from this directory that I set up all the wikis (via mw-config page). All of the