Difference between revisions of "Set up a groupware server using kolab"
From Linuxintro
imported>ThorstenStaerk |
imported>ThorstenStaerk |
||
Line 5: | Line 5: | ||
(see also http://ftp.gwdg.de/pub/linux/kolab/server/release/kolab-server-2.2.0/ix86-debian4.0/1st.README) | (see also http://ftp.gwdg.de/pub/linux/kolab/server/release/kolab-server-2.2.0/ix86-debian4.0/1st.README) | ||
− | get a root terminal and download all Kolab files: | + | * get a root terminal and download all Kolab files: |
cd /tmp | cd /tmp | ||
mkdir kolab | mkdir kolab | ||
Line 11: | Line 11: | ||
wget -r -l1 --retr-symlinks http://ftp.gwdg.de/pub/linux/kolab/server/release/kolab-server-2.2.0/ix86-debian4.0/ | wget -r -l1 --retr-symlinks http://ftp.gwdg.de/pub/linux/kolab/server/release/kolab-server-2.2.0/ix86-debian4.0/ | ||
cd ftp.gwdg.de/pub/linux/kolab/server/release/kolab-server-2.2.0/ix86-debian4.0/ | cd ftp.gwdg.de/pub/linux/kolab/server/release/kolab-server-2.2.0/ix86-debian4.0/ | ||
− | * | + | * install kolab: |
− | + | sh install-kolab.sh 2>&1 | tee /root/kolab-install.log | |
+ | /kolab/etc/kolab/kolab_bootstrap -b | ||
* stop exim: run "services-admin" and uncheck the e-mail-service (exim4) | * stop exim: run "services-admin" and uncheck the e-mail-service (exim4) | ||
− | * | + | * configure kolab |
− | + | /kolab/sbin/kolabconf | |
+ | /kolab/bin/openpkg rc all restart | ||
* log in on https://localhost for admin interface (user name manager) and on https://localhost/horde for the web frontend | * log in on https://localhost for admin interface (user name manager) and on https://localhost/horde for the web frontend |
Revision as of 15:44, 7 March 2009
Please review this article, it has not yet been tested on a clean system.
Setting up a Kolab 2.2 server in Debian 5:
(see also http://ftp.gwdg.de/pub/linux/kolab/server/release/kolab-server-2.2.0/ix86-debian4.0/1st.README)
- get a root terminal and download all Kolab files:
cd /tmp mkdir kolab cd kolab wget -r -l1 --retr-symlinks http://ftp.gwdg.de/pub/linux/kolab/server/release/kolab-server-2.2.0/ix86-debian4.0/ cd ftp.gwdg.de/pub/linux/kolab/server/release/kolab-server-2.2.0/ix86-debian4.0/
- install kolab:
sh install-kolab.sh 2>&1 | tee /root/kolab-install.log /kolab/etc/kolab/kolab_bootstrap -b
- stop exim: run "services-admin" and uncheck the e-mail-service (exim4)
- configure kolab
/kolab/sbin/kolabconf /kolab/bin/openpkg rc all restart
- log in on https://localhost for admin interface (user name manager) and on https://localhost/horde for the web frontend