Edgewall Software

Changes between Version 11 and Version 12 of TracOnSlackwareTwelvePointOne


Ignore:
Timestamp:
Oct 17, 2017, 9:43:47 AM (7 years ago)
Author:
figaro
Comment:

Further cosmetic changes

Legend:

Unmodified
Added
Removed
Modified
  • TracOnSlackwareTwelvePointOne

    v11 v12  
    11[[PageOutline(2-5,Contents,pullout)]]
    22
    3 = Trac 11rc1 + MySQL + mod_python on Slackware 12.1
     3= Installing Trac on Slackware 12.1
    44
    5 This guide lists the steps to install Trac on [http://www.slackware.com/ Slackware 12.1] with [http://www.mysql.com/ MySQL] and [http://modpython.org/ mod_python].
     5This guide lists the steps to install Trac 0.11rc1 on [http://www.slackware.com/ Slackware 12.1] with [http://www.mysql.com/ MySQL] and [http://modpython.org/ mod_python].
    66
    77== Subversion with SWIG
     
    1515 * Recompile Subversion and install new Subversion package.
    1616 * In Subversion source directory (probably in /tmp) do:
    17 
    18 {{{#!sh
     17 {{{#!sh
    1918make swig-py
    2019make install-swig-py
     
    4140}}}
    4241
    43 == MySQL
     42== MySQL setup
    4443
    4544 * Install MySQL package from Slackware, make sure everything is up and running before proceeding.
    4645 * Compile and install pysetuptools from slackbuilds.
    4746 * Compile and install mysql-python from slackbuilds.
    48  * Set-up the Trac database:
     47 * Set-up the Trac database in MySQL itself:
    4948 {{{#!sql
    5049mysql -u root -p
     
    5756For the above example the connection string will be: `mysql://tracuser:password@localhost/trac`.
    5857
    59 == Set-up Trac
     58== Trac setup
    6059
    6160Create Trac project:
     
    6766== Apache setup
    6867
    69  * Compile and install mod_python from http://slackbuilds.org/ slackbuilds].
     68 * Compile and install mod_python from [http://slackbuilds.org/ slackbuilds].
    7069 * Configure Apache to test Python installation, add the following to `httpd.conf` (location only for tests):
    7170 {{{#!apache
     
    115114 * Restart Apache.
    116115 * Point to virtualhost and all should be working.
    117 
    118 Hope this helps,
    119 icebrian