-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Oliver Marshall skrev 10. feb. 2009 09:58: > Hi chaps, > > Is it possible to run two versions of Trac on one server? We are using a > normal Trac install at the moment with SVN. However we are working on a new > product for some clients which is based on a highly modified version of Trac. > Currently we are looking at a separate box each, though this is only because > the tech's don't know if (how) we can run both versions on one server. > > The current Trac setup is more than enough to handle all the requests so I'm > keen to save some budget and get the one box working for it's dinner. > > Anyone know whether this is possible at all ?
If the system now is able to run a newer version of trac (ie you have a reasonably up to date python available) -- there shouldn't be a problem. You have a couple of options, depending on how much separation you want/need between the to instances. You might want to look at: http://trac.edgewall.org/wiki/TracDev/DevelopmentEnvironmentSetup for a general overview of how to use trac and python's virtualenv together. It's a great way to set up test-environments for trac, without creating problems for your regular installs. If you want more separation than this, you might look at runnig a chroot or a vserver/jail if your server is a linux or *bsd box. Personally I'm a great fan of Debian, and the combination of cdebootstrap and the schroot or vserver packages is a great way to run certain packages from eg. sid/unstable on a server running mainly etch/stable code. Hope this helps to get you started. Best regards, - -- .---. Eirik Schwenke <[email protected]> ( NSD ) Harald HÃ¥rfagresgate 29 Rom 150 '---' N-5007 Bergen tlf: (555) 889 13 GPG-key at pgp.mit.edu Id 0x8AA3392C -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iEYEARECAAYFAkmRVmIACgkQxUW7FIqjOSy0kACeNJbU9873GB+NntsrRnLenSy4 h8UAoIdmIw1W5NFxrW5H4tdCK1IGNQCc =Lp+Y -----END PGP SIGNATURE----- --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/trac-users?hl=en -~----------~----~----~----~------~----~------~--~---
