On 2/12/07, Welkson Renny de Medeiros <[EMAIL PROTECTED]> wrote: > > Hi, > > How to install Trac on FreeBSD 6.2 STABLE?
Welkson, Make sure your ports tree is up to date (either using cvsup or portsnap), and then do (as root): cd /usr/ports/www/trac make install or better still perhaps replacing the last line above by make clean && make install clean This will get trac-0.10.3 installed in your box, along with any other dependency required (python, clearsilver, sqlite). If you need PostgreSQL or MySQL you have to either install the required pieces yourself (also using the ports system) or I can send you a patch (or a modified port) that will let you select your db backend support and will install required dependencies as needed. Ate mais, Fernan -- fernan --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
