Edgewall Software

Changes between Version 28 and Version 29 of TracOnFedoraCore


Ignore:
Timestamp:
Jan 14, 2006, 1:03:49 PM (18 years ago)
Author:
anonymous
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • TracOnFedoraCore

    v28 v29  
    1 = Trac on Fedora Core =
     1= Trac on Fedora Core 4 (and higher) =
    22
    3 The downloadable rpms are for both [http://www.redhat.com/ RedHat] and [http://fedora.redhat.com/ Fedora Core] (both 1 and 2).
     3Verify you have configured Yum to use Extras repo (which is enabled by default)
     4and run:
    45
    5 I found that these RPMs have a number of problems and do not rebuild - for information see #1141
     6  $ sudo yum install trac
    67
    7 I would recommend that if you want directly installable RPMs with all the dependencies correctly handled (and available within the same repository) you use the RPMs within the Dag/Rpmforge repository at http://dag.wieers.com/packages/trac/  (the information for setting up ''yum'' for this repository is at http://dag.wieers.com/home-made/apt/FAQ.php#B )
     8Yum will take care of all dependencies (clearsilver) and will fetch and
     9install them for you automatically.
    810
    9 For more detailed examples, see TracOnFedoraCoreThree or TracOnFedoraCoreFour.
    10 
    11 For information on setting up SELinux for Trac, see TracWithSeLinux.
    12 
    13 '''Alternatively''' you can build RPMs from setup.py.  After retrieving the source (tar or svn), run "python setup.py bdist_rpm" and the dist folder should be populated with RPM's for !RedHat and SUSE.  This only builds the Trac RPM's.  The other requirements can be found(googled) as RPM's.
     11Next, you need to edit /etc/httpd/conf.d/trac.conf to point to your trac
     12environment and restart apache.