Edgewall Software

Changes between Version 56 and Version 57 of TracOnOsx


Ignore:
Timestamp:
Sep 26, 2007, 3:30:42 PM (17 years ago)
Author:
Patrick.Lemmens@…
Comment:

Removed outdated warnings about Macports and changed the macports mod_python you have to use to mod_python25

Legend:

Unmodified
Added
Removed
Modified
  • TracOnOsx

    v56 v57  
    280280= Using MacPorts =
    281281
     282(See also these [http://trac.edgewall.org/wiki/TracOnOsxMacPorts instructions to install Trac with Macports])
     283
    282284Installation steps:
    283285
    284286 1. sudo port install subversion +mod_dav_svn
    285  1. sudo port install mod_python
     287 1. sudo port install mod_python25
    286288 1. sudo port install trac
    287289
    288 Now if you get an error like this:
    289 
    290 {{{
    291 --->  Installing subversion 1.4.3_0+mod_dav_svn
    292 --->  Activating subversion 1.4.3_0+mod_dav_svn
    293 Error: Target com.apple.activate returned: Image error: Another version of subversion (1.4.3_0) is already active.
    294 Error: /opt/local/bin/port: Status 1 encountered during processing.
    295 }}}
    296 
    297 Well try uninstalling subversion:
    298 
    299  1. sudo port uninstall trac
    300  1. sudo port uninstall subversion-pythonbindings
    301  1. sudo port uninstall subversion @1.4.3_0
    302  1. sudo port install subversion +mod_dav_svn
    303  1. sudo port install mod_python
    304  1. sudo port install trac
    305 
    306 Then on to:
     290Note Macports Trac depends on python 2.5 so you have to use mod_python25.
    307291
    308292Here is the trac configuration from my httpd.conf