Edgewall Software

Changes between Version 7 and Version 8 of TracOnSlackware12


Ignore:
Timestamp:
Apr 22, 2022, 2:54:53 PM (2 years ago)
Author:
figaro
Comment:

Further cosmetic updates

Legend:

Unmodified
Added
Removed
Modified
  • TracOnSlackware12

    v7 v8  
    33= Trac on Slackware 12.0
    44
    5 The above instruction tells about deploying trac on [http://www.slackware.com/ Slackware Linux 12.0], at end-of-life since 2012-08-01.
     5The following instructions are a guide to deploying Trac (pre-v1.4) on [http://www.slackware.com/ Slackware]. This was tested on Slackware 12.0.
    66
    77== Prerequisites
     
    1313 * n/httpd
    1414 * l/arp
    15  * checkinstall (1.6.0, if you use 1.6.1, don't forget to add --install=yes into it's options list)
     15 * checkinstall (1.6.0, if you use 1.6.1, don't forget to add `--install=yes` into its options list)
    1616
    1717== Installing software
     
    4545=== Subversion
    4646
    47 Subversion package need to be rebuilt to enable SWIG.
     47Subversion package needs to be rebuilt to enable SWIG.
    4848 * Grab sources and !SlackBuild of original package (see source/d/subversion).
    4949 * Patch subversion.!SlackBuild:
     
    9494upgradepkg subversion-1.4.4-i486-trac1.tgz
    9595}}}
    96 Note that version number and package revision can be different.
     96
     97Note that the version number and package revision can be different.
    9798
    9899=== pycxx
    99100
    100101Build and install:
    101 {{#!sh
     102{{{#!sh
    102103python setup.py install
    103 }}
     104}}}
    104105
    105106=== pysvn
     
    120121 '''
    121122}}}
     123
    122124Build and install:
    123125{{{
     
    137139}}}
    138140
    139 Note: if make fails, try changing --without-* to --disable-*. So, your configure command may look like:
     141'''Note''': if make fails, try changing --without-* to --disable-*. So, your configure command may look like:
    140142{{{#!sh
    141143configure --prefix=/usr --sysconfdir=/etc --with-python=/usr/bin/python --disable-ruby --disable-java --disable-csharp
     
    172174== Configuring
    173175
    174 Configuration of Trac on Slackware is the same as for other Linux distros, there is no peculiarity:
     176Configuration of Trac on Slackware is the same as for other Linux distributions:
    175177 * Configure Trac environment.
    176178 * Configure Apache.
     179
     180These instructions are described in TracInstall.