Edgewall Software

Changes between Version 4 and Version 5 of TracOnRHEL


Ignore:
Timestamp:
Oct 29, 2007, 11:38:15 PM (17 years ago)
Author:
cburley@…
Comment:

Clarify that rpmforge-release does not contain/install yum and that yum install is OS-specific; fix step numbering

Legend:

Unmodified
Added
Removed
Modified
  • TracOnRHEL

    v4 v5  
    33Installing Trac On RHEL 4 (and higher), is easy with Yum.
    44
    5 1) If you haven't already installed Yum and added access to the RPMforge repository, look at [http://rpm.pbone.net] and install the rpmforge-release package for your particular version of RHEL.
     51) If you haven't already installed Yum, do so as appropriate for your operating system.
    66
    7 2) Verify you have configured Yum to use the rpmforge repository. An RPM to configure this is easily accessible from [http://rpm.pbone.net] Then run the following command in a terminal window:
     72) If you haven't registered the RPMforge repository with your installation of Yum, look at [http://rpm.pbone.net] and install the rpmforge-release package for your particular version of RHEL.
     8
     93) Run the following command in a terminal window:
    810
    911{{{
     
    1315Yum 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.
    1416
    15 2) Create a new project environment. An environment is basically a directory that contains a human-readable configuration file and various other files and directories.
     174) Create a new project environment. An environment is basically a directory that contains a human-readable configuration file and various other files and directories.
    1618
    1719Create a subversion repository if you don't already have one, for example in ''/srv/svn'':
     
    3739}}}
    3840
    39 3) Next, you need to edit the file ''/etc/httpd/conf.d/trac.conf'' to point to your new project
     415) Next, you need to edit the file ''/etc/httpd/conf.d/trac.conf'' to point to your new project
    4042environment, as in this example (using mod_python):
    4143