Codebase list centreon-engine / a826a0a
doc: improve installation instructions * update content with new repository and CentOS7 * remove information about cmake manually Luiz Gustavo S. Costa authored 5 years ago Matthieu Kermagoret committed 5 years ago
2 changed file(s) with 29 addition(s) and 27 deletion(s). Raw diff Collapse all Expand all
4747
4848 # General information about the project.
4949 project = u'Centreon Engine'
50 copyright = u'2013-2017 Centreon'
50 copyright = u'2013-2018 Centreon'
5151
5252 # The version info for the project you're documenting, acts as replacement for
5353 # |version| and |release|, also used in various other places throughout the
33 Installation
44 ############
55
6 Centreon recommends using its official packages from the Centreon
7 Entreprise Server (CES) repository. Most of Centreon' endorsed
6 Centreon recommends using its official packages from the Centreon Open Sources
7 version available free of charge on our repository (ex CES). Most of Centreon endorsed
88 software are available as RPM packages.
99
1010 Alternatively, you can build and install your own version of this
1414 Using packages
1515 **************
1616
17 Centreon provides RPM for its products through Centreon Entreprise
18 Server (CES). Open source products are freely available from our
19 repository. These packages are available for CentOS 6 x86_64, which
20 is the sole platform officially supported by Centreon
17 Centreon provides RPM for its products through Centreon Open Sources (COS) version
18 available free of charge on our repository.
19 Open source products are freely available from our repository.
20 These packages are available for CentOS 6 or 7 architecture x86_64, which is
21 the sole platform officially supported by Centreon
2122
2223 .. _user_installation_packages_prerequisites:
2324
2425 Prerequisites
2526 =============
2627
27 In order to use RPM from the CES repository, you have to install the
28 In order to use RPM from the COS repository, you have to install the
2829 appropriate repository.
2930
3031 CentOS 6
3233
3334 Run the following commands as privileged user ::
3435
35 $ wget http://yum.centreon.com/standard/3.0/stable/noarch/RPMS/ces-release-3.0-1.noarch.rpm
36 $ yum install --nogpgcheck ces-release-3.0-1.noarch.rpm
37 $ rm -f ces-release-3.0-1.noarch.rpm
36 $ wget http://yum.centreon.com/standard/3.4/el6/stable/noarch/RPMS/centreon-release-3.4-4.el6.noarch.rpm
37 $ yum install --nogpgcheck -y centreon-release-3.4-4.el6.noarch.rpm
38 $ rm -f centreon-release-3.4-4.el6.noarch.rpm
3839 $ yum clean all
40
41
42 CentOS 7
43 --------
44
45 Run the following commands as privileged user ::
46
47 $ wget http://yum.centreon.com/standard/3.4/el7/stable/noarch/RPMS/centreon-release-3.4-4.el7.centos.noarch.rpm
48 $ yum install --nogpgcheck -y centreon-release-3.4-4.el7.centos.noarch.rpm
49 $ rm -f centreon-release-3.4-4.el7.centos.noarch.rpm
50 $ yum clean all
51
3952
4053 Install
4154 =======
8295 CentOS
8396 ------
8497
85 In CentOS you need to add manually cmake. After that you can
86 install binary packages. Either use the Package Manager or the
87 yum tool to install them. You should check packages version when
88 necessary.
98 Either use the Package Manager or the yum tool to install them.
99 You should check packages version when necessary.
89100
90101 Package required to build:
91102
100111
101112 #. Install basic compilation tools ::
102113
103 $ yum install gcc gcc-c++ make
104
105 #. Install Centreon repository
106
107 You need to install Centreon Entreprise Server (CES) repos file as
108 explained :ref:`user_installation_packages_prerequisites` to use some
109 specific package version.
110
111 #. Install cmake ::
112
113 $ yum install cmake
114 $ yum install gcc gcc-c++ make cmake
115
114116
115117 #. Install Centreon Clib
116118
187189 $ git clone https://github.com/centreon/centreon-engine
188190
189191 Or You can get the latest Centreon Engine's sources from its
190 `download website <http://www.centreon.com/Content-Download/download-centreon-engine-centreon>`_
192 `download website <https://download.centreon.com/>`_
191193 Once downloaded, extract it ::
192194
193195 $ tar xzf centreon-engine.tar.gz