Question
What would I do if I wanted two separate TWiki environments on my server, one totally public and one private for special purposes. Could I install into a /twiki2 directory instead of /twiki? Is there a perl command I could use to change all script references to /twiki2? Which files and what would the command be? I don't perl ...
Environment
--
JohnNorvell - 10 Feb 2004
Answer
Just install 2 separate TWiki installs in /twiki and /twiki2, and edit their lib/TWiki.cfg to reflect the change.
Only complication is when using mod_perl. In this case, see:
MultipleTwikisonApacheCorruption
Yes John, its easy (I have 4-5 running at work)
if you have totally seperate twiki directories, edit each of their TWiki.cfg's , and add both locations to your apache.conf. Thats it
--
SvenDowideit - 10 Feb 2004