Changes between Version 8 and Version 9 of WikiStart


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

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v8 v9  
    8181=== Installation and Configuration ===
    8282 
    83 First build, install email2trac :
    84 
    85 ==== Configure ====
    86   * ./configure (see --help)
    87     {{{
    88     default values for:
    89        prefix=/usr/local        --> --prefix=<path>
    90        exec_prefix=$prefix/bin  --> --exec_prefix=<path>
    91        sysconfdir=$prefix/etc   --> --sysconfdir=<path>
    92        MTA_USER=nobody          --> --with-mta_user=<name>
    93        TRAC_USER=www-data       --> --with-trac_user=<name>
    94     }}}
    95   * make
    96   * make install
    97   * On the first install, copy {{{email2trac.conf}}} to {{{$sysconfdir}}}   
    98 
    99 ==== Debian package ====
    100   * debian/rules binary
    101   * dpkg -i ../email2trac_<version>.deb
    102   * cp email2trac.conf /etc
    103 
    104 ==== RPM package ====
    105   * cp email2trac.tar.gz /usr/src/redhat/SOURCES
    106   * rpmbuild -ba email2trac.spec
    107 
    108 
    10983After installation, edit email2trac.conf for your site. Most important
    11084parameter is project, see above