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, too).
Do you have a handy script for achieving that? Or do you have some other technique (find?) for doing that?
Jan
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 Jan@EcoReality.org wrote:
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, too).
Do you have a handy script for achieving that? Or do you have some other technique (find?) for doing that?
Jan
MediaWiki-l mailing list To unsubscribe, go to: https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
mediawiki-l@lists.wikimedia.org