Changes between Initial Version and Version 1 of Email2tracInstallation


Ignore:
Timestamp:
12/05/06 18:10:57 (17 years ago)
Author:
anonymous
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Email2tracInstallation

    v1 v1  
     1[[ShowPath]]
     2
     3= Install =
     4=== Installation and Configuration ===
     5
     6First get the latest stable source of the package from:
     7 * ftp://ftp.sara.nl/pub/outgoing/email2trac.tar.gz
     8
     9Then unpack the package. There are 3 methods to build the package:
     10 * No package manager, builds default for /usr/local
     11{{{
     12./configure (see --help)
     13    default values for:
     14       prefix=/usr/local        --> --prefix=<path>
     15       exec_prefix=$prefix/bin  --> --exec_prefix=<path>
     16       sysconfdir=$prefix/etc   --> --sysconfdir=<path>
     17       MTA_USER=nobody          --> --with-mta_user=<name>
     18       TRAC_USER=www-data       --> --with-trac_user=<name>
     19make
     20make install
     21On the first install, copy {{{email2trac.conf}}} to {{{$sysconfdir}}}   
     22}}}
     23 * Debian package:
     24{{{
     25debian/rules binary
     26dpkg -i ../email2trac_<version>.deb
     27cp email2trac.conf /etc
     28}}}
     29 * RPM package
     30{{{
     31cp email2trac.tar.gz /usr/src/redhat/SOURCES
     32rpmbuild -ba email2trac.spec
     33}}}