Changes between Version 7 and Version 8 of TracOnSlackware12
- Timestamp:
- Apr 22, 2022, 2:54:53 PM (20 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TracOnSlackware12
v7 v8 3 3 = Trac on Slackware 12.0 4 4 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.5 The following instructions are a guide to deploying Trac (pre-v1.4) on [http://www.slackware.com/ Slackware]. This was tested on Slackware 12.0. 6 6 7 7 == Prerequisites … … 13 13 * n/httpd 14 14 * 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) 16 16 17 17 == Installing software … … 45 45 === Subversion 46 46 47 Subversion package need to be rebuilt to enable SWIG.47 Subversion package needs to be rebuilt to enable SWIG. 48 48 * Grab sources and !SlackBuild of original package (see source/d/subversion). 49 49 * Patch subversion.!SlackBuild: … … 94 94 upgradepkg subversion-1.4.4-i486-trac1.tgz 95 95 }}} 96 Note that version number and package revision can be different. 96 97 Note that the version number and package revision can be different. 97 98 98 99 === pycxx 99 100 100 101 Build and install: 101 {{ #!sh102 {{{#!sh 102 103 python setup.py install 103 }} 104 }}} 104 105 105 106 === pysvn … … 120 121 ''' 121 122 }}} 123 122 124 Build and install: 123 125 {{{ … … 137 139 }}} 138 140 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: 140 142 {{{#!sh 141 143 configure --prefix=/usr --sysconfdir=/etc --with-python=/usr/bin/python --disable-ruby --disable-java --disable-csharp … … 172 174 == Configuring 173 175 174 Configuration of Trac on Slackware is the same as for other Linux distr os, there is no peculiarity:176 Configuration of Trac on Slackware is the same as for other Linux distributions: 175 177 * Configure Trac environment. 176 178 * Configure Apache. 179 180 These instructions are described in TracInstall.