Edgewall Software

Changes between Version 16 and Version 17 of TracOnRhel4


Ignore:
Timestamp:
Jun 29, 2006, 5:24:32 AM (18 years ago)
Author:
anonymous
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • TracOnRhel4

    v16 v17  
    1818}}}
    1919
    20 up2date will take care of all dependencies on which the Trac package depends (including clearsilver, guile, neon, perl-URI, python-clearsilver, python-sqlite, sqlite, and subversion packages) and will fetch and install them for you automatically. For a full list of what it requires, see the RPM spec file at http://dag.wieers.com/packages/trac/trac.spec
     20up2date will take care of all dependencies on which the Trac package depends (including clearsilver, guile, neon, perl-URI, python-clearsilver, python-sqlite, sqlite, subversion, and swig packages) and will fetch and install them for you automatically. For a full list of what it requires, see the RPM spec file at http://dag.wieers.com/packages/trac/trac.spec
    2121
    2222== Configure Subversion ==
     
    2525
    2626{{{
    27  $ sudo mkdir -p /srv/svn
    28  $ sudo svnadmin create  --fs-type fsfs /srv/svn
     27 $ mkdir -p /srv/svn
     28 $ svnadmin create  --fs-type fsfs /srv/svn
    2929}}}
    3030
    31 Next you need to decide where to store your trac project and create the directory, for example in the new directory /srv/trac:
     31Next you need to decide where to store your trac project and create the directory, for example in the new directory ''/srv/trac'':
    3232
    3333{{{
    34  $ sudo mkdir -p  /srv/trac
    35 }}}
    36 
    37 Now make it owned by apache:
    38 
    39 {{{
    40  $ sudo chown -R apache /srv/trac
    41  $ sudo chown -R apache /srv/svn
     34 $ mkdir -p  /srv/trac
    4235}}}
    4336
     
    127120
    128121{{{
    129   $ sudo service httpd restart
     122  $ /sbin/service httpd restart
    130123}}}
    131124
     
    134127If you're installing any trac plugins, keep in mind that RHEL4 ships with Python 2.3. You can also find a python-setuptools rpm at http://install.linux.ncsu.edu/pub/yum/CLS/CLSTools.EL4/repodata/index.html
    135128
    136 Be sure to check out the generic installation instructions in the [wiki:TracGuide TracGuide]
     129Now make it owned by apache:
     130
     131{{{
     132 $ sudo chown -R apache /srv/trac
     133 $ sudo chown -R apache /srv/svn
     134}}}