Edgewall Software

Changes between Version 6 and Version 7 of TracOnSlackwareTwelvePointOne


Ignore:
Timestamp:
Jun 17, 2008, 8:08:16 PM (16 years ago)
Author:
icebrian
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • TracOnSlackwareTwelvePointOne

    v6 v7  
    2020=== trac installation ===
    2121
    22 Once subversion has been recompiled trac installion can proceed. First install ez_setup:
     22Once subversion has been recompiled trac installation can proceed. First install ez_setup:
    2323{{{
    2424python ez_setup.py
     
    3636
    3737=== MySQL ===
    38  * Install MySQL package from Slackware (make sure everything is up and running)
     38 * Install MySQL package from Slackware (make sure everything is up and running before proceding)
    3939 * Compile and install pysetuptools from slackbuilds
    4040 * Compile and install mysql-python from slackbuilds
     
    7676 * Point browser to http://localhost/mpinfo (you should see info and if so location can now be removed)
    7777 * Next add to httpd.conf Virtualhost config (or any other setup you would like)
     78Notes: This VirtualHost config if for multiple projects
    7879{{{
    7980<VirtualHost *:999>
    80    DocumentRoot /path/to/myproject
    81    <Directory "/path/to/myproject">
     81   DocumentRoot /path/to/trac
     82   <Directory "/path/to/trac">
    8283     Allow from all
    8384   </Directory>
     
    8586     SetHandler mod_python
    8687     PythonHandler trac.web.modpython_frontend
    87      PythonOption TracEnvParentDir /dir/to/trac
     88     PythonOption TracEnvParentDir /path/to/trac
    8889     PythonOption TracUriRoot /
    8990   </Location>
     
    9293#     AuthName "Trac"
    9394#     AuthType Basic
    94 #     AuthUserFile /home/trac/.htpasswd
     95#     AuthUserFile /path/to/trac/.htpasswd
    9596#     Require valid-user
    9697#     Options FollowSymLinks