Edgewall Software

Changes between Version 2 and Version 3 of TracOnSolaris


Ignore:
Timestamp:
Nov 1, 2006, 4:58:44 PM (18 years ago)
Author:
martin.englund@…
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • TracOnSolaris

    v2 v3  
    11= Trac On Solaris =
    22
    3 Trac should be able to work on any Unix system.
    4 However, building all its dependencies can sometimes be challenging...
     3The easiest way to get Trac installed on Solaris, is to use the [http://www.blastwave.org/ Blastwave]'s
     4handy installer [http://www.blastwave.org/pkg_get.pkg pkg-get], where you just need to run
     5{{{
     6# pkg-get -i trac
     7}}}
     8to get Trac and all dependencies installed. Once the installation has completed trac-admin and tracd are
     9available in /opt/csw/bin.
    510
     11If you want to build it from scratch yourself,
    612Chris Miles has successfully build Trac [milestone:0.9.1] on Solaris.
    713He wrote a nice [http://systemsadmin.info/solaris/articles/building-trac-on-solaris explanation] of what he did.
     
    2430Similarly, problems on Tru64 were reported when ClearSilver was not built
    2531thread-safe (see [/trac/ticket/1764#change_15 #1764]).
    26 
    27