Edgewall Software

Changes between Version 8 and Version 9 of TracOnRedhat


Ignore:
Timestamp:
Oct 21, 2005, 6:27:46 PM (19 years ago)
Author:
Game_Ender
Comment:

Formated wiki stlye

Legend:

Unmodified
Added
Removed
Modified
  • TracOnRedhat

    v8 v9  
    1 =Installing Trac 0.8.4 on Red Hat Linux 9=
    2 
    3 ==1. Packages Needed & Preparation==
     1= Installing Trac 0.8.4 on Red Hat Linux 9 =
     2
     3== 1. Packages Needed & Preparation ==
    44 The following are the packages needed to install Trac 0.8.4 successfuly:
    55 a. clearsilver-0.9.3.tar.gz
     
    2121
    2222
    23 ==2. Installing Python==
     23== 2. Installing Python ==
    2424 a. cd /usr/local/RH9
    2525 b. tar xjf Python-2.3.5.tar.bz2
     
    2828
    2929
    30 ==3. Installing Httpd==
     30== 3. Installing Httpd ==
    3131 a. cd /usr/local/RH9
    3232 b. tar xjf httpd-2.0.52.tar.bz2
     
    3434 d. /sbin/ldconfig
    3535
    36 ==4. Installing Swig==
     36== 4. Installing Swig ==
    3737a. cd /usr/local/RH9
    3838b. tar xzf swig-1.3.21.tar.gz
     
    4242
    4343
    44 ==5. Installing Subversion==
     44== 5. Installing Subversion ==
    4545 a. cd /usr/local/RH9
    4646 b. tar xzf subversion-1.1.0.tar.gz
     
    5252
    5353
    54 ==6. Installing SqlLite==
     54== 6. Installing SqlLite ==
    5555 a. cd /usr/local/RH9
    5656 b. tar xzf sqlite-2.8.16.tar.gz
     
    5959
    6060
    61 ==7. Installing SilverCity==
     61== 7. Installing SilverCity ==
    6262 a. cd /usr/local/RH9
    6363 b. tar xzf SilverCity-0.9.5.tar.gz
     
    6666
    6767
    68 ==8. Installing ClearSilver==
     68== 8. Installing ClearSilver ==
    6969 a. cd /usr/local/RH9
    7070 b. tar xzf clearsilver-0.9.3.tar.gz
     
    7373
    7474
    75 ==9. Installing PySqlLite==
     75== 9. Installing PySqlLite ==
    7676 a. cd /usr/local/RH9
    7777 b. tar xzf pysqlite-1.0.1.tar.gz
     
    8080
    8181
    82 ==9. Installing Trac==
     82== 9. Installing Trac ==
    8383 a. cd /usr/local/RH9
    8484 b. tar xzf trac-0.8.4.tar.gz
     
    8686 d. /sbin/ldconfig
    8787
    88 ==10. Finalizing Installation==
     88== 10. Finalizing Installation ==
    8989 Create symbolic link for libsvn library to the python2.3 library:
    9090 a. cd /usr/local/lib/python2.3/site-packages
     
    210210
    211211
    212 =====================
    213 11. Configuring Httpd
    214 =====================
     212== 11. Configuring Httpd ==
    215213a. Add the following section into your "/usr/local/apache/conf/httpd.conf" file:
    216214
     
    238236   cd /usr/local/apache2/cgi-bin;cp /usr/local/share/trac/cgi-bin/trac.cgi .
    239237
    240 =====================
    241 12. Congratulations :)
    242 =====================
     238== 12. Congratulations :) ==
    243239a. Run your httpd server:
    244240   /usr/local/apache2/bin/httpd