diff --git a/source/installation-guide/index.rst b/source/installation-guide/index.rst index 6b61b0ca..149c3f6d 100644 --- a/source/installation-guide/index.rst +++ b/source/installation-guide/index.rst @@ -1,62 +1,63 @@ .. _installation-guide: ================== Installation Guide ================== Before you install Kolab Groupware ================================== .. toctree:: :maxdepth: 2 preparing-the-system overview Installing the Kolab Groupware Solution ======================================= Install the latest stable version of the Kolab Groupware solution for either of the following platforms: .. toctree:: :maxdepth: 1 centos-7 rhel-7 If your personal favorite is not listed, please read the "`Support Your Distribution, or else ... `_" blog article, and follow the instructions. .. rubric:: Bleeding Edge .. toctree:: :maxdepth: 1 winterfell/index .. rubric:: Older versions of Kolab Groupware .. toctree:: :maxdepth: 1 kolab-14/index kolab-13/index Installing the Kolab Desktop Client =================================== The Kolab Desktop Client is maintained by community volunteers in their spare time. It has a fast release cycle and is in steady movement. If things do not work as expected, please consider contributing. .. toctree:: :maxdepth: 1 kontact-fedora kontact-centos kontact-windows + kontact-ubuntu diff --git a/source/installation-guide/kontact-ubuntu.rst b/source/installation-guide/kontact-ubuntu.rst new file mode 100644 index 00000000..050e8f4f --- /dev/null +++ b/source/installation-guide/kontact-ubuntu.rst @@ -0,0 +1,45 @@ +.. _installation-guide-kontact-ubuntu14.04: + +============================ +Installation on Ubuntu 14.04 +============================ + +#. Add the following line to ``/etc/apt/sources.list.d/kolab.list``: + + .. parsed-literal:: + + deb http://obs.kolabsys.com/repositories/Kontact:/4.13/Ubuntu_14.04/ / + +#. Download the release key: + + .. parsed-literal:: + + # :command:`wget http://obs.kolabsys.com/repositories/Kontact:/4.13/Ubuntu_14.04/Release.key` + +#. Add key to valid keys: + + .. parsed-literal:: + + # :command:`sudo apt-key add Release.key` + +#. Update the sources: + + .. parsed-literal:: + + # :command:`sudo apt-get update` + +#. Install kolab-desktop-client: + + .. parsed-literal:: + + # :command:`sudo apt-get install kolab-desktop-client` + +#. Start the Kolab Desktop Client: + + .. parsed-literal:: + + # :command:`kontact` + + + +Continue to :ref:`_settings-clientconfig-kontact`.