Debian repositories : 21 for 2.1 and so on, rc for release candidate, daily for daily builds
deb http://deb.obm.org/21 obm obm deb http://deb.obm.org/22 obm obm deb http://deb.obm.org/23 obm obm # Daily build - use with care deb http://deb.obm.org/daily obm obm # Try, tests and so on - use with care deb http://deb.obm.org/rc obm obm
Be carefull, those packages are built to run on dedicated obm servers.
Daily package require manual install/update database from scripts (”/usr/share/obm/www/scripts/…”)
OBM use sun-java6-jdk package, so you must use debian etch backports, moreover if you want install 2.2.x, postgresql 8.3 (backports) is the default SGBD. We recommend also to use debian volatile if you want more recent clamav and spamassasin packages.
add to your /etc/apt/sources.list
deb http://deb.obm.org/[VERSION] obm obm deb http://www.backports.org/debian etch-backports main contrib non-free deb http://volatile.debian.org/debian-volatile etch/volatile main contrib non-free
and
wget -q http://deb.obm.org/obmgpg.pub -O - | apt-key add - aptitude update aptitude install obm aptitude install obm-funambol
For sun-java6-jdk you need to have contrib and non-free. In Lenny it seems that volatile is already in sources.list, so juste add:
deb http://deb.obm.org[VERSION] obm obm
and
wget -q http://deb.obm.org/obmgpg.pub -O - | apt-key add - aptitude update aptitude install obm aptitude install obm-funambol
Alternatively, if you want miniG, opush and all obm features on a single server, you can use the “obm-full” package:
wget -q http://deb.obm.org/obmgpg.pub -O - | apt-key add - aptitude update aptitude install obm-full