http://www.centos.org|http://www.centos.org

Centos ou Redhat comme serveur

Base de données

PostgreSQL

http://yum.postgresql.org/repopackages.php

rpm -ivh chemin_vers_le_depot_correspondant_a_ma_version_de_centos.rpm
yum install postgis91.x86_64 postgis91-docs.x86_64 postgis91-utils.x86_64 postgresql91.x86_64 postgresql91-contrib.x86_64 postgresql91-plpython.x86_64 postgresql91-server.x86_64
service postgresql-9.1 initdb
chkconfig postgresql-9.1 on

PostGIS

\i /usr/pgsql-9.1/share/contrib/postgis-1.5/postgis.sql 
\i /usr/pgsql-9.1/share/contrib/postgis-1.5/spatial_ref_sys.sql

PostGIS Ratser

Contrib

  • dblink
CREATE EXTENSION dblink;

Langages procéduraux

  • pl/pgsql
  • pl/python
  • pl/r

<note></note>

Serveur Web

Apache

ressources

Mapserver

  • dépôt elgis
rpm -Uvh http://download.fedora.redhat.com/pub/epel/6/x86_64/epel-release-6-5.noarch.rpm
rpm -Uvh http://elgis.argeo.org/repos/6/elgis-release-6-6_0.noarch.rpm

QGis Mapserver

Mapproxy

Tomcat

MD WEB

JasperServer

Serveur de mail

PostFix

A noter

  • Il faudra configurer le pare-feu en fonction de ses besoins.
  • SELinux nécessitera quelques aménagements

SELinux empêche la connexion à postgresql depuis le réseau

getsebool httpd_can_network_connect_db on

→ httpd_can_network_connect_db –> off

setsebool -P httpd_can_network_connect_db on

→ httpd_can_network_connect_db –> on

SELinux empêche l'envoi de mail par Apache

getsebool httpd_can_sendmail

→ httpd_can_sendmail –> off

setsebool -P httpd_can_sendmail on

→ httpd_can_sendmail –> on

l'option -P rend la modification persistante

Sauvegardes

systeme/centos_serveur.txt · Dernière modification: 2014/08/11 15:23 par admin_wiki_sicen
www.chimeric.de Creative Commons License Valid CSS Propulsé par DokuWiki Get firefox!! Changements récents - flux RSS Valid XHTML 1.0 Hébergé par Alwaysdata