Commit 19e4aa09 authored by Benoit Mortier's avatar Benoit Mortier
Browse files

:sparkles: feat(debian) migrate "Installation on Debian based systems


Signed-off-by: default avatarBenoit Mortier <benoit.mortier@opensides.be>
Showing with 71 additions and 0 deletions
+71 -0
Installing Dependencies
'''''''''''''''''''''''
All The needed dependancies are resolved by the debian packages
Install the FusionDirectory Repos
'''''''''''''''''''''''''''''''''
To easily install the latest version, you can install the fusion
directory repos
Chose the repositories that goes with your Debian version
:ref:`debian-repository-stretch-label`
:ref:`debian-repository-jessie-label`
Create 2 new *.list* file your favorite text editor in */etc/apt/source.list.d*
- One for fusiondirectory
- One for fusiondirectory-extra
Install FusionDirectory
'''''''''''''''''''''''
You can then install FusionDirectory by running:
.. code-block:: shell
apt-get install fusiondirectory
apt-get install fusiondirectory-schema
FusionDirectory Schema Setup
''''''''''''''''''''''''''''
Now that we have FusionDirectory installed, we need to install the
FusionDirectory schemas into our LDAP database.
We can easily do this by running:
.. code-block:: shell
fusiondirectory-insert-schema
You should see the FusionDirectory setup page come up by going to:
http://SERVER-IP/fusiondirectory
Install FusionDirectory on Debian
=================================
Install FusionDirectory
.. toctree::
:maxdepth: 4
debian-fd-install.rst
.. _debian-repository-label: .. _debian-repository-label:
Debian Repository Debian Repository
''''''''''''''''' '''''''''''''''''
.. _debian-repository-stretch-label:
Debian Stretch
^^^^^^^^^^^^^^
To use the lastest published version for **stretch** put this in To use the lastest published version for **stretch** put this in
your /etc/apt/sources.list your /etc/apt/sources.list
...@@ -17,6 +23,11 @@ your /etc/apt/sources.list ...@@ -17,6 +23,11 @@ your /etc/apt/sources.list
deb http://repos.fusiondirectory.org/fusiondirectory-extra/debian-stretch stretch main deb http://repos.fusiondirectory.org/fusiondirectory-extra/debian-stretch stretch main
.. _debian-repository-jessie-label:
Debian Jessie
^^^^^^^^^^^^^
To use the lastest published version for **jessie** put this in your To use the lastest published version for **jessie** put this in your
/etc/apt/sources.list /etc/apt/sources.list
......
...@@ -8,4 +8,5 @@ Install FusionDirectory ...@@ -8,4 +8,5 @@ Install FusionDirectory
gpg-keys.rst gpg-keys.rst
download.rst download.rst
debian/index.rst
centos/index.rst centos/index.rst
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment