|
Revision 5405, 1.7 kB
(checked in by watt, 7 months ago)
|
|
Install Script: ticket #7, prepare Centreon 2.0 beta5
- Changes for Upgrade process.
- Add Comment in libinstall/CentPluginsTraps.sh
- Change CHANGELOG and INSTALL files
|
| Line | |
|---|
| 1 | To use graphical plugins, you need to have on your server : |
|---|
| 2 | |
|---|
| 3 | - RRDTOOL |
|---|
| 4 | - perl/RRDTOOL (RRDs.pm) |
|---|
| 5 | - Net::SNMP |
|---|
| 6 | |
|---|
| 7 | To use Centreon, you need to have on your server : |
|---|
| 8 | |
|---|
| 9 | - php5 |
|---|
| 10 | - php-mysql |
|---|
| 11 | - php-pear |
|---|
| 12 | - php-snmp |
|---|
| 13 | - php-posix |
|---|
| 14 | - php-gd |
|---|
| 15 | - php-ldap (if you would like to use LDAP authentification) |
|---|
| 16 | - gd-devel |
|---|
| 17 | - libpng |
|---|
| 18 | - libpng-devel |
|---|
| 19 | - perl-config-IniFiles |
|---|
| 20 | - perl-Crypt-DES |
|---|
| 21 | - perl-Digest-HMAC |
|---|
| 22 | - perl-Digest-SHA1 |
|---|
| 23 | - perl-GD |
|---|
| 24 | - perl-IO-Socket-INET6 |
|---|
| 25 | - perl-Net-SNMP |
|---|
| 26 | - perl-rrdtool |
|---|
| 27 | - perl-Socket6 |
|---|
| 28 | |
|---|
| 29 | FRANCAIS : |
|---|
| 30 | ---------- |
|---|
| 31 | |
|---|
| 32 | Pour installer Centreon sans mise à jour : |
|---|
| 33 | |
|---|
| 34 | Lancer la commande "bash install.sh" |
|---|
| 35 | |
|---|
| 36 | Pour mettre à jour Centreon (<2.0) : |
|---|
| 37 | |
|---|
| 38 | TODO |
|---|
| 39 | |
|---|
| 40 | Pour mettre à jour Centreon (>2.0) : |
|---|
| 41 | |
|---|
| 42 | Lancer "bash install.sh -u /repertoire/etc/centreon" |
|---|
| 43 | |
|---|
| 44 | Avec en argument le répertoire où se trouve |
|---|
| 45 | vos fichier "instCent*.conf" |
|---|
| 46 | |
|---|
| 47 | Pour installer en utilisant un template pré-defini : |
|---|
| 48 | |
|---|
| 49 | Lancer "bash install.sh -f tmpl/vardistrib/mon_template" |
|---|
| 50 | |
|---|
| 51 | Par défaut, il existe des templates déjà configuré dans |
|---|
| 52 | tmpl/vardistrib. Ces fichiers vous permettrons de lancer |
|---|
| 53 | l'installation avec une majorité de variables pré-définis. |
|---|
| 54 | Le fichier tmpl/vardistrib/sample.tmpl pourra être utilisé |
|---|
| 55 | pour votre configuration. |
|---|
| 56 | |
|---|
| 57 | L'installeur accepte aussi l'option "-v" qui permet d'activer certains |
|---|
| 58 | messages supplémentaires à destination du fichier de log. |
|---|
| 59 | Par défaut, le fichier de log se trouve dans le répetoire du même nom |
|---|
| 60 | à la base des sources. |
|---|
| 61 | |
|---|
| 62 | ENGLISH : |
|---|
| 63 | --------- |
|---|
| 64 | |
|---|
| 65 | For install only : |
|---|
| 66 | |
|---|
| 67 | Launch "./install.sh" |
|---|
| 68 | |
|---|
| 69 | For more information : |
|---|
| 70 | - mail infos@centreon.com |
|---|
| 71 | - visit Centreon's forum http://forum.centreon.com |
|---|
| 72 | - visit Centreon's Wiki http://doc.centreon.com |
|---|
| 73 | |
|---|
| 74 | Thanks for using Centreon. |
|---|