Changeset 24 for emailtotracscript/trunk/INSTALL
- Timestamp:
- 01/15/06 13:46:09 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
emailtotracscript/trunk/INSTALL
r20 r24 31 31 First build, install email2trac : 32 32 33 * Edit Makefile, adjust the variables (in particular INSTALL_DIR, MTA_USER 34 and TRAC_USER) 33 * ./configure (see --help) 34 {{{ 35 default values for: 36 prefix=/usr/local --> --prefix=<path> 37 exec_prefix=$prefix/bin --> --exec_prefix=<path> 38 sysconfdir=$prefix/etc --> --sysconfdir=<path> 39 MTA_USER=nobody --> --with-mta_user=<name> 40 TRAC_USER=www-data --> --with-trac_user=<name> 41 }}} 35 42 * make 36 43 * make install 37 * Define a symlink /etc/email2trac.conf referencing 38 $INSTALL_DIR/email2trac.conf 44 * First install copy emailtrac.conf to $sysconfdir 39 45 40 46 After installation, edit email2trac.conf for your site. Most important
Note: See TracChangeset
for help on using the changeset viewer.