Skip to content

Instantly share code, notes, and snippets.

@mrafieee
Created April 30, 2013 03:30
Show Gist options
  • Save mrafieee/694d836f158f36a9e2c3 to your computer and use it in GitHub Desktop.
Save mrafieee/694d836f158f36a9e2c3 to your computer and use it in GitHub Desktop.
Kolab Installation Guide from dmmoc
(08:39:05 PM) dmmoc: -------------------------------------------------------------------------------------
(08:39:07 PM) dmmoc: touch /etc/apt/sources.list.d/kolab-3.0.list
(08:39:07 PM) dmmoc: touch /etc/apt/preferences.d/kolab
(08:39:07 PM) dmmoc: echo "deb http://mirror.kolabsys.com/pub/debian/kolab-3.0/ wheezy release updates" >> /etc/apt/sources.list.d/kolab-3.0.list
(08:39:07 PM) dmmoc: echo "deb-src http://mirror.kolabsys.com/pub/debian/kolab-3.0/ wheezy release updates" >> /etc/apt/sources.list.d/kolab-3.0.list
(08:39:07 PM) dmmoc: echo "Package: *" >> /etc/apt/preferences.d/kolab
(08:39:07 PM) dmmoc: echo "Pin: origin mirror.kolabsys.com" >> /etc/apt/preferences.d/kolab
(08:39:07 PM) dmmoc: echo "Pin-Priority: 501" >> /etc/apt/preferences.d/kolab
(08:39:08 PM) dmmoc: aptitude update
(08:39:09 PM) dmmoc: aptitude upgrade
(08:39:24 PM) dmmoc: aptitude install php-net-ldap2
(08:39:24 PM) dmmoc: aptitude install kolab
(08:39:25 PM) dmmoc: touch /etc/apache2/httpd.conf
(08:39:31 PM) dmmoc: ln -s /usr/lib/x86_64-linux-gnu/nss/libsoftokn3.so /usr/lib/libsoftokn3.so
(08:39:32 PM) dmmoc: setup-kolab
(08:39:32 PM) dmmoc: a2ensite default-ssl
(08:39:42 PM) dmmoc: aptitude -y install kolab-syncroton
(08:39:49 PM) dmmoc: chown -R www-data:www-data /usr/share/roundcubemail/plugins/odfviewer/files/
(08:40:12 PM) dmmoc: ---------------------------------------------------------------------
(08:40:58 PM) dmmoc: once this is done, edit edit /etc/kolab/kolab.conf
(08:41:08 PM) dmmoc: ad a line with : admin_auto_fields_rw = true
(08:41:17 PM) dmmoc: in the [kolab_wap] section
(08:41:32 PM) dmmoc: reboot your server and everything should be up and running
(08:41:49 PM) dmmoc: (if you use a virtual machine, set at least 1gb of memory)
(08:41:54 PM) dmmoc: hope this wiil help
(08:43:10 PM) mrafiee: thank you in advance
(08:43:23 PM) mrafiee: update in progress
(08:44:26 PM) dmmoc: (also dont forget to put your FQDN in /etc/hostname) before anything else
(08:44:56 PM) dmmoc: and reply carefully to setup-kolab question =)
(08:45:22 PM) mrafiee: sure
(09:07:49 PM) mrafiee: https://gist.github.com/mrafieee/5482833
@mrafieee
Copy link
Author

I downloaded the .gz file then http://ftp.de.debian.org/debian/pool/main/k/kolabd/kolabd_2.2.4-20100624.orig.tar.gz

  1. cd' to the directory containing the package's source code and type ./configure' to configure the package for your system.

    Running `configure' might take a while. While running, it prints
    some messages telling which features it is checking for.

  2. Type `make' to compile the package.

  3. Optionally, type `make check' to run any self-tests that come with
    the package.

  4. Type `make install' to install the programs and any data files and
    documentation.

  5. You can remove the program binaries and object files from the
    source code directory by typing make clean'. To also remove the files thatconfigure' created (so you can compile the package for
    a different kind of computer), type make distclean'. There is also amake maintainer-clean' target, but that is intended mainly
    for the package's developers. If you use it, you may have to get
    all sorts of other programs in order to regenerate files that came
    with the distribution.

@mrafieee
Copy link
Author

successfully installed the problem was about FQDN I tried ping hostname.domain and find out something goes wrong there.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment