Edgewall Software

Changes between Version 5 and Version 6 of TracOnRHEL


Ignore:
Timestamp:
Dec 23, 2009, 10:23:31 AM (14 years ago)
Author:
tim.hayton
Comment:

Added note about missing mod_python dependency

Legend:

Unmodified
Added
Removed
Modified
  • TracOnRHEL

    v5 v6  
    1515Yum will take care of all dependencies on which the Trac package depends (including the python-clearsilver package) and will fetch and install them for you automatically.
    1616
     17Note: With the current (0.11.5) version in RPMforge the mod_python dependency is missing, so if you haven't already installed mod_python you also need to do:
     18{{{
     19  $ sudo yum install mod_python
     20}}}
     21 
    17224) Create a new project environment. An environment is basically a directory that contains a human-readable configuration file and various other files and directories.
    1823
     
    3540Now make it owned by apache:
    3641{{{
    37  $ sudo chown -R apache /var/www/trac/foobar
    38  $ sudo chown -R apache /var/www/svn/foobar
     42 $ sudo chown -R apache:apache /var/www/trac/foobar
     43 $ sudo chown -R apache:apache /var/www/svn/foobar
    3944}}}
    4045