Commit db065494 authored by bmortier's avatar bmortier
Browse files

:handshake: fix(repositories) change the repository for install from repos to public


Signed-off-by: bmortier's avatarBenoit Mortier <benoit.mortier@fusiondirectory.org>
Showing with 217 additions and 176 deletions
+217 -176
...@@ -9,20 +9,12 @@ Argonaut requires the `EPEL`_ repository ...@@ -9,20 +9,12 @@ Argonaut requires the `EPEL`_ repository
yum install epel-release yum install epel-release
Install the FusionDirectory Repos Install the Argonaut Repos
''''''''''''''''''''''''''''''''' ''''''''''''''''''''''''''
To easily install the latest version, you can install the fusion
directory repos
Chose the repositories that goes with your centos version Chose the repositories that goes with your centos version
:ref:`cs_rpm-repository-centos7-label` :ref:`ar-rpm-repository-label`
Create 2 new repo file your favorite text editor.
- One for argonaut
- One for argonaut-extra
Install Argonaut Install Argonaut
'''''''''''''''' ''''''''''''''''
...@@ -31,7 +23,7 @@ You can then install Argonaut by running: ...@@ -31,7 +23,7 @@ You can then install Argonaut by running:
.. code-block:: shell .. code-block:: shell
yum install -y argonaut-common yum install argonaut-common
.. _EPEL : https://fedoraproject.org/wiki/EPEL .. _EPEL : https://fedoraproject.org/wiki/EPEL
......
...@@ -6,22 +6,14 @@ All The needed dependancies are resolved by the debian packages ...@@ -6,22 +6,14 @@ All The needed dependancies are resolved by the debian packages
Install the Argonaut Repos Install the Argonaut Repos
''''''''''''''''''''''''''''''''' '''''''''''''''''''''''''''''''''
To easily install the latest version, you can install the fusion
directory repos
Chose the repositories that goes with your Debian version Chose the repositories that goes with your Debian version
:ref:`cs_debian-repository-stretch-label` :ref:`ar-debian-repository-stretch-label`
Create 2 new *.list* file your favorite text editor in */etc/apt/source.list.d*
- One for argonaut
- One for argonaut-extra
Install Argonaut Install Argonaut
'''''''''''''''' ''''''''''''''''
You can then install FusionDirectory by running: You can then install Argonaut by running:
.. code-block:: shell .. code-block:: shell
......
.. _cs_debian-repository-label:
Debian Repository
'''''''''''''''''
.. _cs_debian-repository-stretch-label:
Debian Stretch
^^^^^^^^^^^^^^
To use the lastest published version for **stretch** put this in
your /etc/apt/sources.list
.. code-block:: shell
#fusiondirectory repository
deb https://repos.fusiondirectory.org/argonaut-current/debian-stretch/ stretch main
.. code-block:: shell
#fusiondirectory extra repository
deb https://repos.fusiondirectory.org/argonaut-extra/debian-stretch/ stretch main
RPM Repository
''''''''''''''
A repository is available for Centos7
This repository contains the stable version of Argonaut.
It also contains the extra packages needed to use Argonaut.
To use the lastest published version put this in your yum config :
.. _cs_rpm-repository-centos7-label:
CentOS 7 / RHEL 7
^^^^^^^^^^^^^^^^^
To use the lastest published version put this
.. code-block:: shell
[argonaut]
name=Argonaut Packages for RHEL / CentOS 7
baseurl=http://repos.fusiondirectory.org/argonaut-current/rhel7/RPMS/
enabled=1
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-FUSIONDIRECTORY
.. code-block:: shell
[argonaut-extra]
name=Argonaut Extra Packages for RHEL / CentOS 7
baseurl=http://repos.fusiondirectory.org/argonaut-extra/rhel7/RPMS/
enabled=1
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-FUSIONDIRECTORY
SRPMS are also available in the following repo :
.. code-block:: shell
[argonaut-src]
name=Argonaut Packages for RHEL / CentOS 7
baseurl=https://repos.fusiondirectory.org/argonaut-current/rhel7/SRPMS/
enabled=1
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-FUSIONDIRECTORY
Downloading the source
''''''''''''''''''''''
The source download area is here
https://repos.fusiondirectory.org/sources/
...@@ -7,6 +7,6 @@ Install Argonaut ...@@ -7,6 +7,6 @@ Install Argonaut
:maxdepth: 2 :maxdepth: 2
../../gpg/gpg-keys.rst ../../gpg/gpg-keys.rst
download.rst ../../repositories/argonaut-index.rst
debian/index.rst debian/index.rst
centos/index.rst centos/index.rst
...@@ -29,18 +29,10 @@ the `REMI`_ repository for PHP 7.1 ...@@ -29,18 +29,10 @@ the `REMI`_ repository for PHP 7.1
Install the FusionDirectory Repos Install the FusionDirectory Repos
''''''''''''''''''''''''''''''''' '''''''''''''''''''''''''''''''''
To easily install the latest version, you can install the fusion
directory repos
Chose the repositories that goes with your centos version Chose the repositories that goes with your centos version
:ref:`fd-rpm-repository-centos7-label` :ref:`fd-rpm-repository-centos7-label`
Create 2 new repo file your favorite text editor.
- One for fusiondirectory
- One for fusiondirectory-extra
Install FusionDirectory Install FusionDirectory
''''''''''''''''''''''' '''''''''''''''''''''''
......
...@@ -11,18 +11,10 @@ All The needed dependancies are resolved by the debian packages ...@@ -11,18 +11,10 @@ All The needed dependancies are resolved by the debian packages
Install the FusionDirectory Repos 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 Chose the repositories that goes with your Debian version
:ref:`fd-debian-repository-stretch-label` :ref:`fd-debian-repository-stretch-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 Install FusionDirectory
''''''''''''''''''''''' '''''''''''''''''''''''
......
...@@ -7,7 +7,7 @@ Install FusionDirectory ...@@ -7,7 +7,7 @@ Install FusionDirectory
:maxdepth: 2 :maxdepth: 2
../../gpg/gpg-keys.rst ../../gpg/gpg-keys.rst
repositories/index.rst ../../repositories/index.rst
debian/index.rst debian/index.rst
centos/index.rst centos/index.rst
web-setup.rst web-setup.rst
.. _ar-rpm-repository-label:
RPM Repository
''''''''''''''
To install Argonaut on Centos 7 you will need to add 2 yum repositories
.. _ar-rpm-repository-centos7-label:
CentOS 7 / RHEL 7
^^^^^^^^^^^^^^^^^
Add a file named **argonaut-release.repo** in /etc/yum.repos.d/
.. code-block:: shell
[argonaut-release]
name=Argonaut Packages for CentOS 7
baseurl=https://public.fusiondirectory.org/centos7-argonaut-release/RPMS
enabled=1
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-FUSIONDIRECTORY
Add a file named **argonaut-extra.repo** in /etc/yum.repos.d/
.. code-block:: shell
[argonaut-extra]
name=Argonaut Extra Packages for CentOS 7
baseurl=https://public.fusiondirectory.org/centos7-argonaut-extra/RPMS
enabled=1
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-FUSIONDIRECTORY
.. _ar-debian-repository-label:
Debian Repository
'''''''''''''''''
.. _ar-debian-repository-stretch-label:
Debian Stretch
^^^^^^^^^^^^^^
Add a file named **argonaut-release.list** in /etc/apt/sources.list.d/
.. code-block:: shell
#fusiondirectory repository
deb https://public.fusiondirectory.org/stretch-argonaut-release/ stretch main
Add a file named **argonaut-extra.list** in /etc/apt/sources.list.d/
.. code-block:: shell
#fusiondirectory repository
deb https://public.fusiondirectory.org/stretch-argonaut-extra/ stretch main
Argonaut Packages Repositories
==============================
We provides repositories for the Linux distributions specified on our https://www.fusiondirectory.org/distribution-certifiees/
We currently support Debian, Centos, Ubuntu
We also provide enterprise packages for customers who have signed for a subscription `<https://www.fusiondirectory.org/en/our-support-offers/>`__
.. toctree::
:maxdepth: 2
argonaut-debian.rst
argonaut-centos.rst
...@@ -3,36 +3,46 @@ ...@@ -3,36 +3,46 @@
RPM Repository RPM Repository
'''''''''''''' ''''''''''''''
A repository is available for Centos 7 To install FusionDirectory on Centos 7 you will need to add 3 yum repositories
This repository contains the stable and oldstable version of
FusionDirectory. It also contains the extra packages needed to use
FusionDirectory.
To use the lastest published version put this in your yum config :
.. _fd-rpm-repository-centos7-label: .. _fd-rpm-repository-centos7-label:
CentOS 7 / RHEL 7 CentOS 7 / RHEL 7
^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^
To use the lastest published version put this Add a file named **fusiondirectory-release.repo** in /etc/yum.repos.d/
.. code-block:: shell
[fusiondirectory-release]
name=Fusiondirectory Packages for CentOS 7
baseurl=https://public.fusiondirectory.org/centos7-fusiondirectory-release/RPMS
enabled=1
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-FUSIONDIRECTORY
Add a file named **fusiondirectory-schema2ldif-release.repo** in /etc/yum.repos.d/
.. code-block:: shell .. code-block:: shell
[fusiondirectory] [fusiondirectory-schema2ldif-release]
name=Fusiondirectory Packages for RHEL / CentOS 7 name=Fusiondirectory Packages for CentOS 7
baseurl=http://repos.fusiondirectory.org/fusiondirectory-current/rhel7/RPMS/ baseurl=https://public.fusiondirectory.org/centos7-schema2ldif-release/RPMS
enabled=1 enabled=1
gpgcheck=1 gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-FUSIONDIRECTORY gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-FUSIONDIRECTORY
Add a file named **fusiondirectory-extra.repo** in /etc/yum.repos.d/
.. code-block:: shell .. code-block:: shell
[fusiondirectory-extra] [fusiondirectory-extra]
name=Fusiondirectory Extra Packages for RHEL / CentOS 7 name=Fusiondirectory Packages for CentOS 7
baseurl=http://repos.fusiondirectory.org/fusiondirectory-extra/rhel7/RPMS/ baseurl=https://public.fusiondirectory.org/centos7-fusiondirectory-extra/RPMS
enabled=1 enabled=1
gpgcheck=1 gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-FUSIONDIRECTORY gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-FUSIONDIRECTORY
...@@ -9,15 +9,16 @@ Debian Repository ...@@ -9,15 +9,16 @@ Debian Repository
Debian Stretch Debian Stretch
^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^
To use the lastest published version for **stretch** put this in Add a file named **fusiondirectory-release.list** in /etc/apt/sources.list.d/
your /etc/apt/sources.list
.. code-block:: shell .. code-block:: shell
#fusiondirectory repository #fusiondirectory repository
deb http://repos.fusiondirectory.org/fusiondirectory-current/debian-stretch stretch main deb https://public.fusiondirectory.org/stretch-fusiondirectory-release/ stretch main
Add a file named **schema2ldif-release.list** in /etc/apt/sources.list.d/
.. code-block:: shell .. code-block:: shell
#fusiondirectory extra repository #latest version of schema2ldif
deb http://repos.fusiondirectory.org/fusiondirectory-extra/debian-stretch stretch main deb https://public.fusiondirectory.org/stretch-schema2ldif-release/ stretch main
.. _sl-rpm-repository-label:
RPM Repository
''''''''''''''
To install Schema2ldif on Centos 7 you will need to add 1 yum repository
.. _sl-rpm-repository-centos7-label:
CentOS 7 / RHEL 7
^^^^^^^^^^^^^^^^^
Add a file named **fusiondirectory-schema2ldif-release.repo** in /etc/yum.repos.d/
.. code-block:: shell
[fusiondirectory-schema2ldif-release]
name=Fusiondirectory Packages for CentOS 7
baseurl=https://public.fusiondirectory.org/centos7-schema2ldif-release/RPMS
enabled=1
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-FUSIONDIRECTORY
.. _sl-debian-repository-label:
Debian Repository
'''''''''''''''''
.. _sl-debian-repository-stretch-label:
Debian Stretch
^^^^^^^^^^^^^^
Add a file named **schema2ldif-release.list** in /etc/apt/sources.list.d/
.. code-block:: shell
#latest version of schema2ldif
deb https://public.fusiondirectory.org/stretch-schema2ldif-release/ stretch main
Schema2ldif Packages Repositories
=====================================
We provides repositories for the Linux distributions specified on our https://www.fusiondirectory.org/distribution-certifiees/
We currently support Debian, Centos, Ubuntu
We also provide enterprise packages for customers who have signed for a subscription `<https://www.fusiondirectory.org/en/our-support-offers/>`__
.. toctree::
:maxdepth: 2
schema2ldif-debian.rst
schema2ldif-centos.rst
Installing Dependencies Installing Dependencies
''''''''''''''''''''''' '''''''''''''''''''''''
Install the FusionDirectory Repos Install the Schema2ldif Repos
''''''''''''''''''''''''''''''''' '''''''''''''''''''''''''''''
To easily install the latest version, you can install the fusion
directory repos
Chose the repositories that goes with your centos version Chose the repositories that goes with your centos version
:ref:`sl-rpm-repository-label` :ref:`sl-rpm-repository-label`
Create one new repo file for fusiondirectory-extra with your favorite text editor in */etc/yum.repos.d/*
Install Schema2ldif Install Schema2ldif
''''''''''''''''''' '''''''''''''''''''
You can then install schema2ldif by running: You can then install schema2ldif by running
.. code-block:: shell .. code-block:: shell
yum install -y schema2ldif yum install schema2ldif
......
...@@ -11,15 +11,10 @@ All The needed dependancies are resolved by the debian packages ...@@ -11,15 +11,10 @@ All The needed dependancies are resolved by the debian packages
Install the Schema2ldif Repos Install the Schema2ldif Repos
''''''''''''''''''''''''''''' '''''''''''''''''''''''''''''
To easily install the latest version, you can install the fusion
directory repos
Chose the repositories that goes with your Debian version Chose the repositories that goes with your Debian version
:ref:`sl-debian-repository-stretch-label` :ref:`sl-debian-repository-stretch-label`
Create one new *.list* file fusiondirectory-extra with your favorite text editor in */etc/apt/source.list.d*
Install Schema2ldif Install Schema2ldif
''''''''''''''''''' '''''''''''''''''''
......
.. _schema2ldif-debian-repository-label:
Debian Repository
'''''''''''''''''
.. _sl-debian-repository-stretch-label:
Debian Stretch
^^^^^^^^^^^^^^
To use the lastest published version for **stretch** put this in
your /etc/apt/sources.list
.. code-block:: shell
#fusiondirectory extra repository
deb http://repos.fusiondirectory.org/fusiondirectory-extra/debian-stretch stretch main
.. _sl-rpm-repository-label:
RPM Repository
''''''''''''''
A repository is available for Centos7
CentOS 7
^^^^^^^^
To use the lastest published version put this
.. code-block:: shell
[fusiondirectory-extra]
name=Fusiondirectory Extra Packages for RHEL / CentOS 7
baseurl=http://repos.fusiondirectory.org/fusiondirectory-extra/rhel7/RPMS/
enabled=1
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-FUSIONDIRECTORY
Downloading the source
''''''''''''''''''''''
The source download area is here
https://repos.fusiondirectory.org/sources/
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