for some reasons I have to manage four different instances of Mantis on the same machine, each with its own database.
To minimize efforts when updating mantis, I tried to have one general (non-accessible) installation (which I can easily update) and have four other directories that contain only links to the general directory. Like this (I put it in CODE tags her to have fixed chars here for easier viewing):
Code: Select all
DOCUMENT-ROOT
+
|
+------ mantis-1.0.0a3 (not used directly)
|
+------ mantis1 (files in this directory linked to mantis-1.0.0a3)
| |
| +----- config_inc.php (not linked)
|
+------ mantis2 (files in this directory linked to mantis-1.0.0a3)
| |
| *----- config_inc.php (not linked)
|
+------ etc....
Is there any other clever way of having a construction that I only have one application directory and more than one instance of Mantis running?
I searched the forum with the keyword 'multiple' but haven't found anything useful yet. Any help will be appreciated. Thanks.
Joerg