OpenEMM

From Emre´s Wiki

Jump to: navigation, search

Installation Tutorial OpenEMM on Debian Lenny

Install Lenny

Simple install with minimal packages (not even "standard system").

Change /etc/apt/sources.list to contain

deb http://ftp.de.debian.org/debian/ lenny main non-free
deb-src http://ftp.de.debian.org/debian/ lenny main non-free
deb http://security.debian.org/ lenny/updates main non-free
deb-src http://security.debian.org/ lenny/updates main non-free
deb http://volatile.debian.org/debian-volatile lenny/volatile main
deb-src http://volatile.debian.org/debian-volatile lenny/volatile main

apt-get install sun-java6-jdk apt-get install mysql-server-5.0 python-mysqldb

groupadd openemm useradd -m -g openemm -d /home/openemm -c "OpenEMM 6" openemm

mkdir -p /opt/openemm.org/software chown -R openemm:openemm /opt/openemm.org

Install OpenEMM 6

Download. Untar.

Edit /etc/logrotate.d/rsyslog to contain "create 0604" after line sharedscripts

chmod 604 /var/log/mail.log

edit sql and replace localhost:8080 by somehost.com:8080

Personal tools