<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://mrit.com/gestinux/mediawiki2/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Talexone</id>
	<title>Gestinux Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://mrit.com/gestinux/mediawiki2/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Talexone"/>
	<link rel="alternate" type="text/html" href="https://mrit.com/gestinux/mediawiki2/index.php?title=Special:Contributions/Talexone"/>
	<updated>2026-06-02T23:43:08Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.45.3</generator>
	<entry>
		<id>https://mrit.com/gestinux/mediawiki2/index.php?title=Install_Postgresql_client_driver&amp;diff=2989</id>
		<title>Install Postgresql client driver</title>
		<link rel="alternate" type="text/html" href="https://mrit.com/gestinux/mediawiki2/index.php?title=Install_Postgresql_client_driver&amp;diff=2989"/>
		<updated>2014-03-01T15:13:25Z</updated>

		<summary type="html">&lt;p&gt;Talexone: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#CustomTitle:Install a PostgreSQL database client library}}&lt;br /&gt;
&lt;br /&gt;
Under Ubuntu, to run a client of a PostgreSQL database you have to install an additional library.&lt;br /&gt;
&lt;br /&gt;
You do this in a terminal window using the following two commands:&lt;br /&gt;
&lt;br /&gt;
* sudo apt-get install postgresql-client&lt;br /&gt;
* sudo ln -s /usr/lib/libpq.so.5.4  /usr/lib/libpq.so  &#039;&#039;(adapt to the actual postgres version)&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
On &#039;&#039;&#039;Windows&#039;&#039;&#039; :&lt;br /&gt;
* In the &#039;&#039;&#039;standalone&#039;&#039;&#039; configuration, if your PostgreSQL server&#039;s version is the same as the Gestinux version (x86-32 or x86-64) then you can use the client&#039;s libraries from the PostgreSQL server’s installation directory, otherwise follow the client-server configuration method.&lt;br /&gt;
**Go to &#039;&#039;&amp;lt;PostgreSQL server&#039;s installation directory&amp;gt;\bin&#039;&#039;&lt;br /&gt;
**You should copy the &#039;&#039;&#039;libpq.dll&#039;&#039;&#039;, &#039;&#039;&#039;libeay32.dll&#039;&#039;&#039; and &#039;&#039;&#039;ssleay32.dll&#039;&#039;&#039; files to the WINDOWS directory (%windir%)&lt;br /&gt;
**Then according the Gestinux version copy the &#039;&#039;&#039;libintl.dll&#039;&#039;&#039; file for x86-32 or the &#039;&#039;&#039;libintl-8.dll&#039;&#039;&#039; file for x86-64&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*In the &#039;&#039;&#039;client-server&#039;&#039;&#039; configuration you need to download client’s libraries from the [http://www.enterprisedb.com/products-services-training/pgbindownload PostgreSQL Binaries page]&lt;br /&gt;
**Download an archive of PostgreSQL binaries x86-32 or x86-64 &#039;&#039;(according Gestinux version)&#039;&#039;&lt;br /&gt;
**Extract all files&lt;br /&gt;
**Go to &#039;&#039;&amp;lt;Extracted directory&amp;gt;\pgsql\bin&#039;&#039;&lt;br /&gt;
**You should copy the &#039;&#039;&#039;libpq.dll&#039;&#039;&#039;, &#039;&#039;&#039;libeay32.dll&#039;&#039;&#039; and &#039;&#039;&#039;ssleay32.dll&#039;&#039;&#039; files to the WINDOWS directory (%windir%)&lt;br /&gt;
**Then according the Gestinux version copy the &#039;&#039;&#039;libintl.dll&#039;&#039;&#039; file for x86-32 or the &#039;&#039;&#039;libintl-8.dll&#039;&#039;&#039; file for x86-64&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Installing#Installation_of_Gestinux_1.0_.28release_candidate.2C_nearly_stable.29|Go on installation]]&lt;/div&gt;</summary>
		<author><name>Talexone</name></author>
	</entry>
	<entry>
		<id>https://mrit.com/gestinux/mediawiki2/index.php?title=Install_Postgresql_client_driver&amp;diff=2988</id>
		<title>Install Postgresql client driver</title>
		<link rel="alternate" type="text/html" href="https://mrit.com/gestinux/mediawiki2/index.php?title=Install_Postgresql_client_driver&amp;diff=2988"/>
		<updated>2014-03-01T15:12:35Z</updated>

		<summary type="html">&lt;p&gt;Talexone: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#CustomTitle:Install a PostgreSQL database client libraries}}&lt;br /&gt;
&lt;br /&gt;
Under Ubuntu, to run a client of a PostgreSQL database you have to install an additional driver.&lt;br /&gt;
&lt;br /&gt;
You do this in a terminal window using the following two commands:&lt;br /&gt;
&lt;br /&gt;
* sudo apt-get install postgresql-client&lt;br /&gt;
* sudo ln -s /usr/lib/libpq.so.5.4  /usr/lib/libpq.so  &#039;&#039;(adapt to the actual postgres version)&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
On &#039;&#039;&#039;Windows&#039;&#039;&#039; :&lt;br /&gt;
* In the &#039;&#039;&#039;standalone&#039;&#039;&#039; configuration, if your PostgreSQL server&#039;s version is the same as the Gestinux version (x86-32 or x86-64) then you can use the client&#039;s libraries from the PostgreSQL server’s installation directory, otherwise follow the client-server configuration method.&lt;br /&gt;
**Go to &#039;&#039;&amp;lt;PostgreSQL server&#039;s installation directory&amp;gt;\bin&#039;&#039;&lt;br /&gt;
**You should copy the &#039;&#039;&#039;libpq.dll&#039;&#039;&#039;, &#039;&#039;&#039;libeay32.dll&#039;&#039;&#039; and &#039;&#039;&#039;ssleay32.dll&#039;&#039;&#039; files to the WINDOWS directory (%windir%)&lt;br /&gt;
**Then according the Gestinux version copy the &#039;&#039;&#039;libintl.dll&#039;&#039;&#039; file for x86-32 or the &#039;&#039;&#039;libintl-8.dll&#039;&#039;&#039; file for x86-64&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*In the &#039;&#039;&#039;client-server&#039;&#039;&#039; configuration you need to download client’s libraries from the [http://www.enterprisedb.com/products-services-training/pgbindownload PostgreSQL Binaries page]&lt;br /&gt;
**Download an archive of PostgreSQL binaries x86-32 or x86-64 &#039;&#039;(according Gestinux version)&#039;&#039;&lt;br /&gt;
**Extract all files&lt;br /&gt;
**Go to &#039;&#039;&amp;lt;Extracted directory&amp;gt;\pgsql\bin&#039;&#039;&lt;br /&gt;
**You should copy the &#039;&#039;&#039;libpq.dll&#039;&#039;&#039;, &#039;&#039;&#039;libeay32.dll&#039;&#039;&#039; and &#039;&#039;&#039;ssleay32.dll&#039;&#039;&#039; files to the WINDOWS directory (%windir%)&lt;br /&gt;
**Then according the Gestinux version copy the &#039;&#039;&#039;libintl.dll&#039;&#039;&#039; file for x86-32 or the &#039;&#039;&#039;libintl-8.dll&#039;&#039;&#039; file for x86-64&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Installing#Installation_of_Gestinux_1.0_.28release_candidate.2C_nearly_stable.29|Go on installation]]&lt;/div&gt;</summary>
		<author><name>Talexone</name></author>
	</entry>
	<entry>
		<id>https://mrit.com/gestinux/mediawiki2/index.php?title=Install_Postgresql_client_driver/fr&amp;diff=2987</id>
		<title>Install Postgresql client driver/fr</title>
		<link rel="alternate" type="text/html" href="https://mrit.com/gestinux/mediawiki2/index.php?title=Install_Postgresql_client_driver/fr&amp;diff=2987"/>
		<updated>2014-03-01T15:10:55Z</updated>

		<summary type="html">&lt;p&gt;Talexone: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#CustomTitle:Installer un client d&#039;une base PostgreSQL}}&lt;br /&gt;
&lt;br /&gt;
Pour être client d&#039;une base de données PostgreSQL, avec Ubuntu, vous devez installer le pilote :&lt;br /&gt;
&lt;br /&gt;
Cela peut être fait avec les commandes suivantes, dans un terminal :&lt;br /&gt;
&lt;br /&gt;
* sudo apt-get install postgresql-client&lt;br /&gt;
* sudo ln -s /usr/lib/libpq.so.5.4  /usr/lib/libpq.so  &#039;&#039;(à adapter à la version installée de PostgreSQL)&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Sous &#039;&#039;&#039;Windows&#039;&#039;&#039; :&lt;br /&gt;
*Dans la configuration &#039;&#039;&#039;autonome&#039;&#039;&#039;, si la version de votre serveur PostgreSQL est la même que la version de Gestinux (&#039;&#039;x86-32 ou x86-64&#039;&#039;), alors vous pouvez utiliser les bibliothèques du client à partir du répertoire d&#039;installation du serveur PostgreSQL, sinon suivre la méthode pour la  configuration client-serveur.&lt;br /&gt;
**Allez dans &#039;&#039;&amp;lt;répertoire PostgreSQL&amp;gt;\bin&#039;&#039;&lt;br /&gt;
**Vous devez copier les fichiers &#039;&#039;&#039;libpq.dll&#039;&#039;&#039;, &#039;&#039;&#039;libeay32.dll&#039;&#039;&#039; et &#039;&#039;&#039;ssleay32.dll&#039;&#039;&#039; dans le répertoire WINDOWS ( % windir % )&lt;br /&gt;
**Puis, selon la version de Gestinux copiez le fichier &#039;&#039;&#039;libintl.dll&#039;&#039;&#039; pour x86-32 ou le fichier &#039;&#039;&#039;libintl-8.dll&#039;&#039;&#039; pour x86-64&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*Dans la configuration &#039;&#039;&#039;client-serveur&#039;&#039;&#039;, vous devez télécharger les bibliothèques du client à partir de la [http://www.enterprisedb.com/products-services-training/pgbindownload page PostgreSQL Binaries]&lt;br /&gt;
**Télécharger une archive de PostgreSQL Binaires x86-32 ou x86-64 (&#039;&#039;selon la version de Gestinux&#039;&#039;)&lt;br /&gt;
**Extraire tous les fichiers&lt;br /&gt;
**Allez dans &#039;&#039;&amp;lt;répertoire d’extraction&amp;gt;\pgsql\bin&#039;&#039;&lt;br /&gt;
**Vous devez copier les fichiers &#039;&#039;&#039;libpq.dll&#039;&#039;&#039;, &#039;&#039;&#039;libeay32.dll&#039;&#039;&#039; et &#039;&#039;&#039;ssleay32.dll&#039;&#039;&#039; dans le répertoire WINDOWS ( % windir % )&lt;br /&gt;
**Puis, selon la version de Gestinux copiez le fichier &#039;&#039;&#039;libintl.dll&#039;&#039;&#039; pour x86-32 ou le fichier &#039;&#039;&#039;libintl-8.dll&#039;&#039;&#039; pour x86-64&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Installing/fr#Installation_de_Gestinux_1.0_.28version_candidate.2C_presque_stable.29|Continuer l&#039;installation]]&lt;/div&gt;</summary>
		<author><name>Talexone</name></author>
	</entry>
	<entry>
		<id>https://mrit.com/gestinux/mediawiki2/index.php?title=Install_Postgresql_client_driver&amp;diff=2986</id>
		<title>Install Postgresql client driver</title>
		<link rel="alternate" type="text/html" href="https://mrit.com/gestinux/mediawiki2/index.php?title=Install_Postgresql_client_driver&amp;diff=2986"/>
		<updated>2014-03-01T15:09:49Z</updated>

		<summary type="html">&lt;p&gt;Talexone: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#CustomTitle:Install a PostgreSQL database client driver}}&lt;br /&gt;
&lt;br /&gt;
Under Ubuntu, to run a client of a PostgreSQL database you have to install an additional driver.&lt;br /&gt;
&lt;br /&gt;
You do this in a terminal window using the following two commands:&lt;br /&gt;
&lt;br /&gt;
* sudo apt-get install postgresql-client&lt;br /&gt;
* sudo ln -s /usr/lib/libpq.so.5.4  /usr/lib/libpq.so  &#039;&#039;(adapt to the actual postgres version)&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
On &#039;&#039;&#039;Windows&#039;&#039;&#039; :&lt;br /&gt;
* In the &#039;&#039;&#039;standalone&#039;&#039;&#039; configuration, if your PostgreSQL server&#039;s version is the same as the Gestinux version (x86-32 or x86-64) then you can use the client&#039;s libraries from the PostgreSQL server’s installation directory, otherwise follow the client-server configuration method.&lt;br /&gt;
**Go to &#039;&#039;&amp;lt;PostgreSQL server&#039;s installation directory&amp;gt;\bin&#039;&#039;&lt;br /&gt;
**You should copy the &#039;&#039;&#039;libpq.dll&#039;&#039;&#039;, &#039;&#039;&#039;libeay32.dll&#039;&#039;&#039; and &#039;&#039;&#039;ssleay32.dll&#039;&#039;&#039; files to the WINDOWS directory (%windir%)&lt;br /&gt;
**Then according the Gestinux version copy the &#039;&#039;&#039;libintl.dll&#039;&#039;&#039; file for x86-32 or the &#039;&#039;&#039;libintl-8.dll&#039;&#039;&#039; file for x86-64&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*In the &#039;&#039;&#039;client-server&#039;&#039;&#039; configuration you need to download client’s libraries from the [http://www.enterprisedb.com/products-services-training/pgbindownload PostgreSQL Binaries page]&lt;br /&gt;
**Download an archive of PostgreSQL binaries x86-32 or x86-64 &#039;&#039;(according Gestinux version)&#039;&#039;&lt;br /&gt;
**Extract all files&lt;br /&gt;
**Go to &#039;&#039;&amp;lt;Extracted directory&amp;gt;\pgsql\bin&#039;&#039;&lt;br /&gt;
**You should copy the &#039;&#039;&#039;libpq.dll&#039;&#039;&#039;, &#039;&#039;&#039;libeay32.dll&#039;&#039;&#039; and &#039;&#039;&#039;ssleay32.dll&#039;&#039;&#039; files to the WINDOWS directory (%windir%)&lt;br /&gt;
**Then according the Gestinux version copy the &#039;&#039;&#039;libintl.dll&#039;&#039;&#039; file for x86-32 or the &#039;&#039;&#039;libintl-8.dll&#039;&#039;&#039; file for x86-64&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Installing#Installation_of_Gestinux_1.0_.28release_candidate.2C_nearly_stable.29|Go on installation]]&lt;/div&gt;</summary>
		<author><name>Talexone</name></author>
	</entry>
	<entry>
		<id>https://mrit.com/gestinux/mediawiki2/index.php?title=Install_server&amp;diff=2985</id>
		<title>Install server</title>
		<link rel="alternate" type="text/html" href="https://mrit.com/gestinux/mediawiki2/index.php?title=Install_server&amp;diff=2985"/>
		<updated>2014-03-01T14:16:35Z</updated>

		<summary type="html">&lt;p&gt;Talexone: /* To install PostgreSQL server : */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#CustomTitle:Installing a server}}&lt;br /&gt;
&lt;br /&gt;
If you do not want to use a database hosted in the internet, Gestinux requires either &#039;&#039;&#039;MySql Server&#039;&#039;&#039; or &#039;&#039;&#039;MariaDb Server&#039;&#039;&#039; (&amp;gt;= 5.0) or &#039;&#039;&#039;PostgreSQL Server&#039;&#039;&#039; (&amp;gt;= 8.4) installed on your local system, or on any server your network can access.&lt;br /&gt;
&lt;br /&gt;
The easiest installation is setting up MySql on Linux.&lt;br /&gt;
&lt;br /&gt;
The power of current computers means you will still have spare processing capacity after installing a server locally. &lt;br /&gt;
&lt;br /&gt;
You must have an &#039;&#039;administrator&#039;&#039; account before you can install.&lt;br /&gt;
&lt;br /&gt;
The following is a short guide to installing either MySql or PostgresSQL. For more details, please refer to the official documentation.&lt;br /&gt;
&lt;br /&gt;
=== To install MySql server : ===&lt;br /&gt;
&lt;br /&gt;
* On Ubuntu : &lt;br /&gt;
** Use Synaptic to install the package &#039;&#039;&#039;mysql-server&#039;&#039;&#039;.&lt;br /&gt;
** Confirm a few options&lt;br /&gt;
** You can enter a blank password for the root account if you are evaluating.&lt;br /&gt;
* On Windows :&lt;br /&gt;
** Go to the [http://dev.mysql.com/downloads/mysql/ mysql download page]&lt;br /&gt;
** Download the appropriate installer (in most cases, the first one)&lt;br /&gt;
** Execute the setup.exe, using a privileged account.&lt;br /&gt;
** You can accept the default options&lt;br /&gt;
** You can choose a standard configuration&lt;br /&gt;
** A non-blank root password is required: &#039;&#039;&#039;Remember it&#039;&#039;&#039; !&lt;br /&gt;
&lt;br /&gt;
=== To install MariaDb Server : ===&lt;br /&gt;
* On Linux Ubuntu :&lt;br /&gt;
** See [http://askubuntu.com/questions/64772/how-to-install-mariadb this documentation]&lt;br /&gt;
* On Windows :&lt;br /&gt;
** Download [https://downloads.mariadb.org/mariadb/5.5.32/#os_group=windows from this page]&lt;br /&gt;
&lt;br /&gt;
=== To install PostgreSQL server : ===&lt;br /&gt;
&lt;br /&gt;
* On Ubuntu :&lt;br /&gt;
** Install the package &#039;&#039;&#039;postgresql&#039;&#039;&#039;&lt;br /&gt;
* On Windows&lt;br /&gt;
** Go to the [http://www.enterprisedb.com/products-services-training/pgdownload PostgreSQL download page]&lt;br /&gt;
** Download the appropriate installer (x86-32 or x86-64 according your Windows version)&lt;br /&gt;
** Execute the &#039;&#039;postgresql-(version)-windows(-x64).exe&#039;&#039;, using a privileged account.&lt;br /&gt;
** You can accept the default paths for installation and data&lt;br /&gt;
** Define a non-blank superuser password: &#039;&#039;&#039;remember it!&#039;&#039;&#039;&lt;br /&gt;
** You can accept the default port number (5432). If you define a new one: &#039;&#039;&#039;remember it!&#039;&#039;&#039;&lt;br /&gt;
** Define your locale settings&lt;br /&gt;
** After files were copied, uncheck &#039;&#039;&#039;Execute Stack Builder&#039;&#039;&#039; on exit&lt;br /&gt;
** In the client-server configuration&lt;br /&gt;
***Go to the directory &amp;lt;&#039;&#039;data&#039;&#039;&amp;gt; defined at the step before and edit the file &#039;&#039;&#039;pg_hba.conf&#039;&#039;&#039; by adding this line at the end: &#039;&#039;host &amp;lt;database&amp;gt; all &amp;lt;network&amp;gt;/24 md5&#039;&#039; &lt;br /&gt;
*** &#039;&#039;Example: host gestinux all 192.168.1.0/24 md5 (Allow all users on the local network 192.168.1.* to access the database gestinux)&#039;&#039; &lt;br /&gt;
*** And finally you must open the used port (default&#039;&#039; 5432&#039;&#039;) in your firewall&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Installing|Back to Gestinux installation]]&lt;/div&gt;</summary>
		<author><name>Talexone</name></author>
	</entry>
	<entry>
		<id>https://mrit.com/gestinux/mediawiki2/index.php?title=Install_server/fr&amp;diff=2984</id>
		<title>Install server/fr</title>
		<link rel="alternate" type="text/html" href="https://mrit.com/gestinux/mediawiki2/index.php?title=Install_server/fr&amp;diff=2984"/>
		<updated>2014-03-01T14:14:16Z</updated>

		<summary type="html">&lt;p&gt;Talexone: /* Pour installer PostgreSQL Server : */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#CustomTitle:Installer un serveur}}&lt;br /&gt;
&lt;br /&gt;
Si vous ne voulez pas utiliser une base de données hébergée sur l&#039;internet, Gestinux nécessite un serveur de base de données &#039;&#039;&#039;MySql Server&#039;&#039;&#039; ou &#039;&#039;&#039;MariaDb&#039;&#039;&#039; (&amp;gt;= 5.1) ou &#039;&#039;&#039;PostgreSQL&#039;&#039;&#039; (&amp;gt;= 8.4).&lt;br /&gt;
Ils sont faciles à installer, surtout sous Linux.&lt;br /&gt;
Ils sont peu consommateurs avec la puissance des ordinateurs actuels.&lt;br /&gt;
&lt;br /&gt;
Vous devez disposer d&#039;un accès &#039;&#039;administrateur&#039;&#039; pour effectuer cette installation.&lt;br /&gt;
&lt;br /&gt;
Voici un guide résumé pour installer ces logiciels serveurs. Référez vous à leur documentation officielle pour plus de précisions.&lt;br /&gt;
&lt;br /&gt;
=== Pour installer MySql Server : ===&lt;br /&gt;
&lt;br /&gt;
* Sous Linux Ubuntu :&lt;br /&gt;
** Installez le paquet &#039;&#039;&#039;mysql-server&#039;&#039;&#039; avec le gestionnaire de paquets Synaptic.&lt;br /&gt;
** Pour un test, vous pouvez laisser vide le mot de passe du compte root, sinon retenez-le bien !&lt;br /&gt;
* Sous Windows :&lt;br /&gt;
** Allez sur la [http://dev.mysql.com/downloads/mysql/ page de téléchargements de MySql]&lt;br /&gt;
** Téléchargez l&#039;installateur adéquat (dans la plupart des cas, le premier)&lt;br /&gt;
** Exécutez l&#039;installateur, avec un compte administrateur.&lt;br /&gt;
** Vous pouvez confirmer les choix proposés par défaut.&lt;br /&gt;
** Vous pouvez choisir une &amp;quot;standard configuration&amp;quot;&lt;br /&gt;
** Un mot de passe non vide est demandé pour le compte root, &#039;&#039;&#039;retenez-le &#039;&#039;&#039; !&lt;br /&gt;
&lt;br /&gt;
=== Pour installer MariaDb Server : ===&lt;br /&gt;
* Sous Linux Ubuntu :&lt;br /&gt;
** Voyez [http://doc.ubuntu-fr.org/mariadb cette documentation]&lt;br /&gt;
* Sous Windows :&lt;br /&gt;
** Téléchargez [https://downloads.mariadb.org/mariadb/5.5.32/#os_group=windows sur cette page]&lt;br /&gt;
&lt;br /&gt;
=== Pour installer PostgreSQL Server : ===&lt;br /&gt;
* Sous Linux Ubuntu :&lt;br /&gt;
** Installez le paquet &#039;&#039;&#039;postgresql&#039;&#039;&#039; avec le gestionnaire de paquets Synaptic.&lt;br /&gt;
* Sous Windows :&lt;br /&gt;
** Allez sur [http://www.enterprisedb.com/products-services-training/pgdownload la page de téléchargements de PostgreSQL]&lt;br /&gt;
** Téléchargez l&#039;installateur adéquat (x86-32 ou x86-64 selon la version de Windows)&lt;br /&gt;
** Exécutez &#039;&#039;postgresql-(version)-windows(-x64).exe&#039;&#039;, avec un compte administrateur.&lt;br /&gt;
** Vous pouvez laisser les répertoires par défaut pour l&#039;installation et les données&lt;br /&gt;
** Un mot de passe non vide est demandé pour le compte super-utilisateur: &#039;&#039;&#039;retenez-le!&#039;&#039;&#039;&lt;br /&gt;
** Vous pouvez laisser le port par défaut (5432). En cas de changement: &#039;&#039;&#039;retenez-le!&#039;&#039;&#039;&lt;br /&gt;
** Sélectionnez votre paramètre de localisation&lt;br /&gt;
** A la fin d&#039;installation décochez &#039;&#039;&#039;Exécuter Stack Builder&#039;&#039;&#039; à la sortie&lt;br /&gt;
** Dans la configuration client-serveur&lt;br /&gt;
*** Allez dans le répertoire &amp;lt;&#039;&#039;données&#039;&#039;&amp;gt; défini à l’étape précédente et modifiez le fichier &#039;&#039;&#039;pg_hba.conf&#039;&#039;&#039; en ajoutant cette ligne à la fin: host &amp;lt;base de données&amp;gt; all &amp;lt;réseau&amp;gt;/24 md5&lt;br /&gt;
***&#039;&#039;Exemple: host gestinux all 192.168.1.0/24 md5 (Autoriser à tous les utilisateurs sur le réseau local 192.168.1.* à accéder à la base de données gestinux)&#039;&#039;&lt;br /&gt;
*** Et pour finir vous devez ouvrir le port utilisé (&#039;&#039;par défaut 5432&#039;&#039;) dans votre pare-feu&lt;br /&gt;
&lt;br /&gt;
[[Installing/fr#Emplacement_des_programmes_et_des_donn.C3.A9es|Retour à la documentation générale d&#039;installation]]&lt;/div&gt;</summary>
		<author><name>Talexone</name></author>
	</entry>
	<entry>
		<id>https://mrit.com/gestinux/mediawiki2/index.php?title=Install_server&amp;diff=2983</id>
		<title>Install server</title>
		<link rel="alternate" type="text/html" href="https://mrit.com/gestinux/mediawiki2/index.php?title=Install_server&amp;diff=2983"/>
		<updated>2014-03-01T12:52:24Z</updated>

		<summary type="html">&lt;p&gt;Talexone: /* To install PostgreSQL server : */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#CustomTitle:Installing a server}}&lt;br /&gt;
&lt;br /&gt;
If you do not want to use a database hosted in the internet, Gestinux requires either &#039;&#039;&#039;MySql Server&#039;&#039;&#039; or &#039;&#039;&#039;MariaDb Server&#039;&#039;&#039; (&amp;gt;= 5.0) or &#039;&#039;&#039;PostgreSQL Server&#039;&#039;&#039; (&amp;gt;= 8.4) installed on your local system, or on any server your network can access.&lt;br /&gt;
&lt;br /&gt;
The easiest installation is setting up MySql on Linux.&lt;br /&gt;
&lt;br /&gt;
The power of current computers means you will still have spare processing capacity after installing a server locally. &lt;br /&gt;
&lt;br /&gt;
You must have an &#039;&#039;administrator&#039;&#039; account before you can install.&lt;br /&gt;
&lt;br /&gt;
The following is a short guide to installing either MySql or PostgresSQL. For more details, please refer to the official documentation.&lt;br /&gt;
&lt;br /&gt;
=== To install MySql server : ===&lt;br /&gt;
&lt;br /&gt;
* On Ubuntu : &lt;br /&gt;
** Use Synaptic to install the package &#039;&#039;&#039;mysql-server&#039;&#039;&#039;.&lt;br /&gt;
** Confirm a few options&lt;br /&gt;
** You can enter a blank password for the root account if you are evaluating.&lt;br /&gt;
* On Windows :&lt;br /&gt;
** Go to the [http://dev.mysql.com/downloads/mysql/ mysql download page]&lt;br /&gt;
** Download the appropriate installer (in most cases, the first one)&lt;br /&gt;
** Execute the setup.exe, using a privileged account.&lt;br /&gt;
** You can accept the default options&lt;br /&gt;
** You can choose a standard configuration&lt;br /&gt;
** A non-blank root password is required: &#039;&#039;&#039;Remember it&#039;&#039;&#039; !&lt;br /&gt;
&lt;br /&gt;
=== To install MariaDb Server : ===&lt;br /&gt;
* On Linux Ubuntu :&lt;br /&gt;
** See [http://askubuntu.com/questions/64772/how-to-install-mariadb this documentation]&lt;br /&gt;
* On Windows :&lt;br /&gt;
** Download [https://downloads.mariadb.org/mariadb/5.5.32/#os_group=windows from this page]&lt;br /&gt;
&lt;br /&gt;
=== To install PostgreSQL server : ===&lt;br /&gt;
&lt;br /&gt;
* On Ubuntu :&lt;br /&gt;
** Install the package &#039;&#039;&#039;postgresql&#039;&#039;&#039;&lt;br /&gt;
* On Windows&lt;br /&gt;
** Go to the [http://www.enterprisedb.com/products-services-training/pgdownload PostgreSQL download page]&lt;br /&gt;
** Download the appropriate installer (x86-32 or x86-64 according your Windows version)&lt;br /&gt;
** Execute the &#039;&#039;postgresql-(version)-windows(-x64).exe&#039;&#039;, using a privileged account.&lt;br /&gt;
** You can accept the default paths for installation and data&lt;br /&gt;
** Define a non-blank superuser password: &#039;&#039;&#039;remember it!&#039;&#039;&#039;&lt;br /&gt;
** You can accept the default port number (5432). If you define a new one: &#039;&#039;&#039;remember it!&#039;&#039;&#039;&lt;br /&gt;
** Define your locale settings&lt;br /&gt;
** After files were copied, uncheck &#039;&#039;&#039;Execute Stack Builder&#039;&#039;&#039; on exit&lt;br /&gt;
** In the client-server configuration&lt;br /&gt;
***Go to the directory &amp;lt;&#039;&#039;data&#039;&#039;&amp;gt; defined at the step before and edit the file &#039;&#039;&#039;pg_hba.conf&#039;&#039;&#039; by adding this line at the end: &#039;&#039;host &amp;lt;database&amp;gt; all &amp;lt;network&amp;gt;/24 md5&#039;&#039; &lt;br /&gt;
*** &#039;&#039;Example: host gestinux all 192.168.1.0/24 md5 (Allow all users on the local network 192.168.1.* to access the database gestinux)&#039;&#039; &lt;br /&gt;
*** And finally you must open the port (default&#039;&#039; 5432&#039;&#039;) in your firewall&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Installing|Back to Gestinux installation]]&lt;/div&gt;</summary>
		<author><name>Talexone</name></author>
	</entry>
	<entry>
		<id>https://mrit.com/gestinux/mediawiki2/index.php?title=Install_server/fr&amp;diff=2982</id>
		<title>Install server/fr</title>
		<link rel="alternate" type="text/html" href="https://mrit.com/gestinux/mediawiki2/index.php?title=Install_server/fr&amp;diff=2982"/>
		<updated>2014-03-01T12:45:11Z</updated>

		<summary type="html">&lt;p&gt;Talexone: /* Pour installer PostgreSQL Server : */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#CustomTitle:Installer un serveur}}&lt;br /&gt;
&lt;br /&gt;
Si vous ne voulez pas utiliser une base de données hébergée sur l&#039;internet, Gestinux nécessite un serveur de base de données &#039;&#039;&#039;MySql Server&#039;&#039;&#039; ou &#039;&#039;&#039;MariaDb&#039;&#039;&#039; (&amp;gt;= 5.1) ou &#039;&#039;&#039;PostgreSQL&#039;&#039;&#039; (&amp;gt;= 8.4).&lt;br /&gt;
Ils sont faciles à installer, surtout sous Linux.&lt;br /&gt;
Ils sont peu consommateurs avec la puissance des ordinateurs actuels.&lt;br /&gt;
&lt;br /&gt;
Vous devez disposer d&#039;un accès &#039;&#039;administrateur&#039;&#039; pour effectuer cette installation.&lt;br /&gt;
&lt;br /&gt;
Voici un guide résumé pour installer ces logiciels serveurs. Référez vous à leur documentation officielle pour plus de précisions.&lt;br /&gt;
&lt;br /&gt;
=== Pour installer MySql Server : ===&lt;br /&gt;
&lt;br /&gt;
* Sous Linux Ubuntu :&lt;br /&gt;
** Installez le paquet &#039;&#039;&#039;mysql-server&#039;&#039;&#039; avec le gestionnaire de paquets Synaptic.&lt;br /&gt;
** Pour un test, vous pouvez laisser vide le mot de passe du compte root, sinon retenez-le bien !&lt;br /&gt;
* Sous Windows :&lt;br /&gt;
** Allez sur la [http://dev.mysql.com/downloads/mysql/ page de téléchargements de MySql]&lt;br /&gt;
** Téléchargez l&#039;installateur adéquat (dans la plupart des cas, le premier)&lt;br /&gt;
** Exécutez l&#039;installateur, avec un compte administrateur.&lt;br /&gt;
** Vous pouvez confirmer les choix proposés par défaut.&lt;br /&gt;
** Vous pouvez choisir une &amp;quot;standard configuration&amp;quot;&lt;br /&gt;
** Un mot de passe non vide est demandé pour le compte root, &#039;&#039;&#039;retenez-le &#039;&#039;&#039; !&lt;br /&gt;
&lt;br /&gt;
=== Pour installer MariaDb Server : ===&lt;br /&gt;
* Sous Linux Ubuntu :&lt;br /&gt;
** Voyez [http://doc.ubuntu-fr.org/mariadb cette documentation]&lt;br /&gt;
* Sous Windows :&lt;br /&gt;
** Téléchargez [https://downloads.mariadb.org/mariadb/5.5.32/#os_group=windows sur cette page]&lt;br /&gt;
&lt;br /&gt;
=== Pour installer PostgreSQL Server : ===&lt;br /&gt;
* Sous Linux Ubuntu :&lt;br /&gt;
** Installez le paquet &#039;&#039;&#039;postgresql&#039;&#039;&#039; avec le gestionnaire de paquets Synaptic.&lt;br /&gt;
* Sous Windows :&lt;br /&gt;
** Allez sur [http://www.enterprisedb.com/products-services-training/pgdownload la page de téléchargements de PostgreSQL]&lt;br /&gt;
** Téléchargez l&#039;installateur adéquat (x86-32 ou x86-64 selon la version de Windows)&lt;br /&gt;
** Exécutez &#039;&#039;postgresql-(version)-windows(-x64).exe&#039;&#039;, avec un compte administrateur.&lt;br /&gt;
** Vous pouvez laisser les répertoires par défaut pour l&#039;installation et les données&lt;br /&gt;
** Un mot de passe non vide est demandé pour le compte super-utilisateur: &#039;&#039;&#039;retenez-le!&#039;&#039;&#039;&lt;br /&gt;
** Vous pouvez laisser le port par défaut (5432). En cas de changement: &#039;&#039;&#039;retenez-le!&#039;&#039;&#039;&lt;br /&gt;
** Sélectionnez votre paramètre de localisation&lt;br /&gt;
** A la fin d&#039;installation décochez &#039;&#039;&#039;Exécuter Stack Builder&#039;&#039;&#039; à la sortie&lt;br /&gt;
** Dans la configuration client-serveur&lt;br /&gt;
*** Allez dans le répertoire &amp;lt;&#039;&#039;données&#039;&#039;&amp;gt; défini à l’étape précédente et modifiez le fichier &#039;&#039;&#039;pg_hba.conf&#039;&#039;&#039; en ajoutant cette ligne à la fin: host &amp;lt;base de données&amp;gt; all &amp;lt;réseaux&amp;gt;/24 md5&lt;br /&gt;
***&#039;&#039;Exemple: host gestinux all 192.168.1.0/24 md5 (Autoriser à tous les utilisateurs sur le réseau local 192.168.1.* à accéder à la base de données gestinux)&#039;&#039;&lt;br /&gt;
*** Et pour finir vous devez ouvrir le port utilisé (&#039;&#039;par défaut 5432&#039;&#039;) dans votre pare-feu&lt;br /&gt;
&lt;br /&gt;
[[Installing/fr#Emplacement_des_programmes_et_des_donn.C3.A9es|Retour à la documentation générale d&#039;installation]]&lt;/div&gt;</summary>
		<author><name>Talexone</name></author>
	</entry>
	<entry>
		<id>https://mrit.com/gestinux/mediawiki2/index.php?title=Install_Postgresql_client_driver&amp;diff=2981</id>
		<title>Install Postgresql client driver</title>
		<link rel="alternate" type="text/html" href="https://mrit.com/gestinux/mediawiki2/index.php?title=Install_Postgresql_client_driver&amp;diff=2981"/>
		<updated>2014-03-01T12:10:39Z</updated>

		<summary type="html">&lt;p&gt;Talexone: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#CustomTitle:Client for a PostgreSql database}}&lt;br /&gt;
&lt;br /&gt;
Under Ubuntu, to run a client of a Postgresql database you have to install an additional driver.&lt;br /&gt;
&lt;br /&gt;
You do this in a terminal window using the following two commands:&lt;br /&gt;
&lt;br /&gt;
* sudo apt-get install postgresql-client&lt;br /&gt;
* sudo ln -s /usr/lib/libpq.so.5.4  /usr/lib/libpq.so  &#039;&#039;(adapt to the actual postgres version)&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
On &#039;&#039;&#039;Windows&#039;&#039;&#039; :&lt;br /&gt;
* In the &#039;&#039;&#039;standalone&#039;&#039;&#039; configuration, if your PostgreSQL server&#039;s version is the same as the Gestinux version (x86-32 or x86-64) then you can use the client&#039;s libraries from the PostgreSQL server’s installation directory, otherwise follow the client-server configuration method.&lt;br /&gt;
**Go to &#039;&#039;&amp;lt;PostgreSQL server&#039;s installation directory&amp;gt;\bin&#039;&#039;&lt;br /&gt;
**You should copy the &#039;&#039;&#039;libpq.dll&#039;&#039;&#039;, &#039;&#039;&#039;libeay32.dll&#039;&#039;&#039; and &#039;&#039;&#039;ssleay32.dll&#039;&#039;&#039; files to the WINDOWS directory (%windir%)&lt;br /&gt;
**Then according the Gestinux version copy the &#039;&#039;&#039;libintl.dll&#039;&#039;&#039; file for x86-32 or the &#039;&#039;&#039;libintl-8.dll&#039;&#039;&#039; file for x86-64&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*In the &#039;&#039;&#039;client-server&#039;&#039;&#039; configuration you need to download client’s libraries from the [http://www.enterprisedb.com/products-services-training/pgbindownload PostgreSQL Binaries page]&lt;br /&gt;
**Download an archive of PostgreSQL binaries x86-32 or x86-64 &#039;&#039;(according Gestinux version)&#039;&#039;&lt;br /&gt;
**Extract all files&lt;br /&gt;
**Go to &#039;&#039;&amp;lt;Extracted directory&amp;gt;\pgsql\bin&#039;&#039;&lt;br /&gt;
**You should copy the &#039;&#039;&#039;libpq.dll&#039;&#039;&#039;, &#039;&#039;&#039;libeay32.dll&#039;&#039;&#039; and &#039;&#039;&#039;ssleay32.dll&#039;&#039;&#039; files to the WINDOWS directory (%windir%)&lt;br /&gt;
**Then according the Gestinux version copy the &#039;&#039;&#039;libintl.dll&#039;&#039;&#039; file for x86-32 or the &#039;&#039;&#039;libintl-8.dll&#039;&#039;&#039; file for x86-64&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Installing#Installation_of_Gestinux_1.0_.28release_candidate.2C_nearly_stable.29|Go on installation]]&lt;/div&gt;</summary>
		<author><name>Talexone</name></author>
	</entry>
	<entry>
		<id>https://mrit.com/gestinux/mediawiki2/index.php?title=Install_Postgresql_client_driver/fr&amp;diff=2980</id>
		<title>Install Postgresql client driver/fr</title>
		<link rel="alternate" type="text/html" href="https://mrit.com/gestinux/mediawiki2/index.php?title=Install_Postgresql_client_driver/fr&amp;diff=2980"/>
		<updated>2014-03-01T12:05:08Z</updated>

		<summary type="html">&lt;p&gt;Talexone: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#CustomTitle:Être client d&#039;une base PostgreSql}}&lt;br /&gt;
&lt;br /&gt;
Pour être client d&#039;une base de données Postgresql, avec Ubuntu, vous devez installer le pilote :&lt;br /&gt;
&lt;br /&gt;
Cela peut être fait avec les commandes suivantes, dans un terminal :&lt;br /&gt;
&lt;br /&gt;
* sudo apt-get install postgresql-client&lt;br /&gt;
* sudo ln -s /usr/lib/libpq.so.5.4  /usr/lib/libpq.so  &#039;&#039;(à adapter à la version installée de PostgreSql)&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Sous &#039;&#039;&#039;Windows&#039;&#039;&#039; :&lt;br /&gt;
*Dans la configuration &#039;&#039;&#039;autonome&#039;&#039;&#039;, si la version de votre serveur PostgreSQL est la même que la version de Gestinux (&#039;&#039;x86-32 ou x86-64&#039;&#039;), alors vous pouvez utiliser les bibliothèques du client à partir du répertoire d&#039;installation du serveur PostgreSQL, sinon suivre la méthode pour la  configuration client-serveur.&lt;br /&gt;
**Allez dans &#039;&#039;&amp;lt;répertoire PostgreSQL&amp;gt;\bin&#039;&#039;&lt;br /&gt;
**Vous devez copier les fichiers &#039;&#039;&#039;libpq.dll&#039;&#039;&#039;, &#039;&#039;&#039;libeay32.dll&#039;&#039;&#039; et &#039;&#039;&#039;ssleay32.dll&#039;&#039;&#039; dans le répertoire WINDOWS ( % windir % )&lt;br /&gt;
**Puis, selon la version de Gestinux copiez le fichier &#039;&#039;&#039;libintl.dll&#039;&#039;&#039; pour x86-32 ou le fichier &#039;&#039;&#039;libintl-8.dll&#039;&#039;&#039; pour x86-64&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*Dans la configuration &#039;&#039;&#039;client-serveur&#039;&#039;&#039;, vous devez télécharger les bibliothèques du client à partir de la [http://www.enterprisedb.com/products-services-training/pgbindownload page PostgreSQL Binaries]&lt;br /&gt;
**Télécharger une archive de PostgreSQL Binaires x86-32 ou x86-64 (&#039;&#039;selon la version de Gestinux&#039;&#039;)&lt;br /&gt;
**Extraire tous les fichiers&lt;br /&gt;
**Allez dans &#039;&#039;&amp;lt;répertoire d’extraction&amp;gt;\pgsql\bin&#039;&#039;&lt;br /&gt;
**Vous devez copier les fichiers &#039;&#039;&#039;libpq.dll&#039;&#039;&#039;, &#039;&#039;&#039;libeay32.dll&#039;&#039;&#039; et &#039;&#039;&#039;ssleay32.dll&#039;&#039;&#039; dans le répertoire WINDOWS ( % windir % )&lt;br /&gt;
**Puis, selon la version de Gestinux copiez le fichier &#039;&#039;&#039;libintl.dll&#039;&#039;&#039; pour x86-32 ou le fichier &#039;&#039;&#039;libintl-8.dll&#039;&#039;&#039; pour x86-64&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Installing/fr#Installation_de_Gestinux_1.0_.28version_candidate.2C_presque_stable.29|Continuer l&#039;installation]]&lt;/div&gt;</summary>
		<author><name>Talexone</name></author>
	</entry>
	<entry>
		<id>https://mrit.com/gestinux/mediawiki2/index.php?title=Install_Postgresql_client_driver/fr&amp;diff=2979</id>
		<title>Install Postgresql client driver/fr</title>
		<link rel="alternate" type="text/html" href="https://mrit.com/gestinux/mediawiki2/index.php?title=Install_Postgresql_client_driver/fr&amp;diff=2979"/>
		<updated>2014-03-01T12:04:26Z</updated>

		<summary type="html">&lt;p&gt;Talexone: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#CustomTitle:Être client d&#039;une base PostgreSql}}&lt;br /&gt;
&lt;br /&gt;
Pour être client d&#039;une base de données Postgresql, avec Ubuntu, vous devez installer le pilote :&lt;br /&gt;
&lt;br /&gt;
Cela peut être fait avec les commandes suivantes, dans un terminal :&lt;br /&gt;
&lt;br /&gt;
* sudo apt-get install postgresql-client&lt;br /&gt;
* sudo ln -s /usr/lib/libpq.so.5.4  /usr/lib/libpq.so  &#039;&#039;(à adapter à la version installée de PostgreSql)&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Sous &#039;&#039;&#039;Windows&#039;&#039;&#039; :&lt;br /&gt;
*Dans la configuration &#039;&#039;&#039;autonome&#039;&#039;&#039;, si la version de votre serveur PostgreSQL est la même que la version de Gestinux (&#039;&#039;x86-32 ou x86-64&#039;&#039;), alors vous pouvez utiliser les bibliothèques du client à partir du répertoire d&#039;installation du serveur PostgreSQL, sinon suivre la méthode pour la  configuration client-serveur.&lt;br /&gt;
**Aller dans &#039;&#039;&amp;lt;répertoire PostgreSQL&amp;gt;\bin&#039;&#039;&lt;br /&gt;
**Vous devez copier les fichiers &#039;&#039;&#039;libpq.dll&#039;&#039;&#039;, &#039;&#039;&#039;libeay32.dll&#039;&#039;&#039; et &#039;&#039;&#039;ssleay32.dll&#039;&#039;&#039; dans le répertoire WINDOWS ( % windir % )&lt;br /&gt;
**Puis, selon la version de Gestinux copiez le fichier &#039;&#039;&#039;libintl.dll&#039;&#039;&#039; pour x86-32 ou le fichier &#039;&#039;&#039;libintl-8.dll&#039;&#039;&#039; pour x86-64&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*Dans la configuration &#039;&#039;&#039;client-serveur&#039;&#039;&#039;, vous devez télécharger les bibliothèques du client à partir de la [http://www.enterprisedb.com/products-services-training/pgbindownload page PostgreSQL Binaries]&lt;br /&gt;
**Télécharger une archive de PostgreSQL Binaires x86-32 ou x86-64 (&#039;&#039;selon la version de Gestinux&#039;&#039;)&lt;br /&gt;
**Extraire tous les fichiers&lt;br /&gt;
**Aller dans &#039;&#039;&amp;lt;répertoire d’extraction&amp;gt;\pgsql\bin&#039;&#039;&lt;br /&gt;
**Vous devez copier les fichiers &#039;&#039;&#039;libpq.dll&#039;&#039;&#039;, &#039;&#039;&#039;libeay32.dll&#039;&#039;&#039; et &#039;&#039;&#039;ssleay32.dll&#039;&#039;&#039; dans le répertoire WINDOWS ( % windir % )&lt;br /&gt;
**Puis, selon la version de Gestinux copiez le fichier &#039;&#039;&#039;libintl.dll&#039;&#039;&#039; pour x86-32 ou le fichier &#039;&#039;&#039;libintl-8.dll&#039;&#039;&#039; pour x86-64&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Installing/fr#Installation_de_Gestinux_1.0_.28version_candidate.2C_presque_stable.29|Continuer l&#039;installation]]&lt;/div&gt;</summary>
		<author><name>Talexone</name></author>
	</entry>
	<entry>
		<id>https://mrit.com/gestinux/mediawiki2/index.php?title=Install_server&amp;diff=2978</id>
		<title>Install server</title>
		<link rel="alternate" type="text/html" href="https://mrit.com/gestinux/mediawiki2/index.php?title=Install_server&amp;diff=2978"/>
		<updated>2014-03-01T11:38:06Z</updated>

		<summary type="html">&lt;p&gt;Talexone: /* To install PostgreSQL server : */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#CustomTitle:Installing a server}}&lt;br /&gt;
&lt;br /&gt;
If you do not want to use a database hosted in the internet, Gestinux requires either &#039;&#039;&#039;MySql Server&#039;&#039;&#039; or &#039;&#039;&#039;MariaDb Server&#039;&#039;&#039; (&amp;gt;= 5.0) or &#039;&#039;&#039;PostgreSQL Server&#039;&#039;&#039; (&amp;gt;= 8.4) installed on your local system, or on any server your network can access.&lt;br /&gt;
&lt;br /&gt;
The easiest installation is setting up MySql on Linux.&lt;br /&gt;
&lt;br /&gt;
The power of current computers means you will still have spare processing capacity after installing a server locally. &lt;br /&gt;
&lt;br /&gt;
You must have an &#039;&#039;administrator&#039;&#039; account before you can install.&lt;br /&gt;
&lt;br /&gt;
The following is a short guide to installing either MySql or PostgresSQL. For more details, please refer to the official documentation.&lt;br /&gt;
&lt;br /&gt;
=== To install MySql server : ===&lt;br /&gt;
&lt;br /&gt;
* On Ubuntu : &lt;br /&gt;
** Use Synaptic to install the package &#039;&#039;&#039;mysql-server&#039;&#039;&#039;.&lt;br /&gt;
** Confirm a few options&lt;br /&gt;
** You can enter a blank password for the root account if you are evaluating.&lt;br /&gt;
* On Windows :&lt;br /&gt;
** Go to the [http://dev.mysql.com/downloads/mysql/ mysql download page]&lt;br /&gt;
** Download the appropriate installer (in most cases, the first one)&lt;br /&gt;
** Execute the setup.exe, using a privileged account.&lt;br /&gt;
** You can accept the default options&lt;br /&gt;
** You can choose a standard configuration&lt;br /&gt;
** A non-blank root password is required: &#039;&#039;&#039;Remember it&#039;&#039;&#039; !&lt;br /&gt;
&lt;br /&gt;
=== To install MariaDb Server : ===&lt;br /&gt;
* On Linux Ubuntu :&lt;br /&gt;
** See [http://askubuntu.com/questions/64772/how-to-install-mariadb this documentation]&lt;br /&gt;
* On Windows :&lt;br /&gt;
** Download [https://downloads.mariadb.org/mariadb/5.5.32/#os_group=windows from this page]&lt;br /&gt;
&lt;br /&gt;
=== To install PostgreSQL server : ===&lt;br /&gt;
&lt;br /&gt;
* On Ubuntu :&lt;br /&gt;
** Install the package &#039;&#039;&#039;postgresql&#039;&#039;&#039;&lt;br /&gt;
* On Windows&lt;br /&gt;
** Go to the [http://www.enterprisedb.com/products-services-training/pgdownload PostgreSQL download page]&lt;br /&gt;
** Download the appropriate installer (x86-32 or x86-64 according your Windows version)&lt;br /&gt;
** Execute the &#039;&#039;postgresql-(version)-windows(-x64).exe&#039;&#039;, using a privileged account.&lt;br /&gt;
** You can accept the default paths for installation and data&lt;br /&gt;
** Define a non-blank superuser password: &#039;&#039;&#039;remember it!&#039;&#039;&#039;&lt;br /&gt;
** You can accept the default port number (5432). If you define a new one: &#039;&#039;&#039;remember it!&#039;&#039;&#039;&lt;br /&gt;
** Define your locale settings&lt;br /&gt;
** After files were copied, uncheck &#039;&#039;&#039;Execute Stack Builder&#039;&#039;&#039; on exit&lt;br /&gt;
** You should open the used port (&#039;&#039;default 5432&#039;&#039;) in your firewall on a client-server configuration&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Installing|Back to Gestinux installation]]&lt;/div&gt;</summary>
		<author><name>Talexone</name></author>
	</entry>
	<entry>
		<id>https://mrit.com/gestinux/mediawiki2/index.php?title=Install_server/fr&amp;diff=2977</id>
		<title>Install server/fr</title>
		<link rel="alternate" type="text/html" href="https://mrit.com/gestinux/mediawiki2/index.php?title=Install_server/fr&amp;diff=2977"/>
		<updated>2014-03-01T11:37:47Z</updated>

		<summary type="html">&lt;p&gt;Talexone: /* Pour installer PostgreSQL Server : */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#CustomTitle:Installer un serveur}}&lt;br /&gt;
&lt;br /&gt;
Si vous ne voulez pas utiliser une base de données hébergée sur l&#039;internet, Gestinux nécessite un serveur de base de données &#039;&#039;&#039;MySql Server&#039;&#039;&#039; ou &#039;&#039;&#039;MariaDb&#039;&#039;&#039; (&amp;gt;= 5.1) ou &#039;&#039;&#039;PostgreSQL&#039;&#039;&#039; (&amp;gt;= 8.4).&lt;br /&gt;
Ils sont faciles à installer, surtout sous Linux.&lt;br /&gt;
Ils sont peu consommateurs avec la puissance des ordinateurs actuels.&lt;br /&gt;
&lt;br /&gt;
Vous devez disposer d&#039;un accès &#039;&#039;administrateur&#039;&#039; pour effectuer cette installation.&lt;br /&gt;
&lt;br /&gt;
Voici un guide résumé pour installer ces logiciels serveurs. Référez vous à leur documentation officielle pour plus de précisions.&lt;br /&gt;
&lt;br /&gt;
=== Pour installer MySql Server : ===&lt;br /&gt;
&lt;br /&gt;
* Sous Linux Ubuntu :&lt;br /&gt;
** Installez le paquet &#039;&#039;&#039;mysql-server&#039;&#039;&#039; avec le gestionnaire de paquets Synaptic.&lt;br /&gt;
** Pour un test, vous pouvez laisser vide le mot de passe du compte root, sinon retenez-le bien !&lt;br /&gt;
* Sous Windows :&lt;br /&gt;
** Allez sur la [http://dev.mysql.com/downloads/mysql/ page de téléchargements de MySql]&lt;br /&gt;
** Téléchargez l&#039;installateur adéquat (dans la plupart des cas, le premier)&lt;br /&gt;
** Exécutez l&#039;installateur, avec un compte administrateur.&lt;br /&gt;
** Vous pouvez confirmer les choix proposés par défaut.&lt;br /&gt;
** Vous pouvez choisir une &amp;quot;standard configuration&amp;quot;&lt;br /&gt;
** Un mot de passe non vide est demandé pour le compte root, &#039;&#039;&#039;retenez-le &#039;&#039;&#039; !&lt;br /&gt;
&lt;br /&gt;
=== Pour installer MariaDb Server : ===&lt;br /&gt;
* Sous Linux Ubuntu :&lt;br /&gt;
** Voyez [http://doc.ubuntu-fr.org/mariadb cette documentation]&lt;br /&gt;
* Sous Windows :&lt;br /&gt;
** Téléchargez [https://downloads.mariadb.org/mariadb/5.5.32/#os_group=windows sur cette page]&lt;br /&gt;
&lt;br /&gt;
=== Pour installer PostgreSQL Server : ===&lt;br /&gt;
* Sous Linux Ubuntu :&lt;br /&gt;
** Installez le paquet &#039;&#039;&#039;postgresql&#039;&#039;&#039; avec le gestionnaire de paquets Synaptic.&lt;br /&gt;
* Sous Windows :&lt;br /&gt;
** Allez sur [http://www.enterprisedb.com/products-services-training/pgdownload la page de téléchargements de PostgreSQL]&lt;br /&gt;
** Téléchargez l&#039;installateur adéquat (x86-32 ou x86-64 selon la version de Windows)&lt;br /&gt;
** Exécutez &#039;&#039;postgresql-(version)-windows(-x64).exe&#039;&#039;, avec un compte administrateur.&lt;br /&gt;
** Vous pouvez laisser les répertoires par défaut pour l&#039;installation et les données&lt;br /&gt;
** Un mot de passe non vide est demandé pour le compte super-utilisateur: &#039;&#039;&#039;retenez-le!&#039;&#039;&#039;&lt;br /&gt;
** Vous pouvez laisser le port par défaut (5432). En cas de changement: &#039;&#039;&#039;retenez-le!&#039;&#039;&#039;&lt;br /&gt;
** Sélectionnez votre paramètre de localisation&lt;br /&gt;
** A la fin d&#039;installation décochez &#039;&#039;&#039;Exécuter Stack Builder&#039;&#039;&#039; à la sortie&lt;br /&gt;
** Vous devez ouvrir le port utilisé (&#039;&#039;par défaut 5432&#039;&#039;) dans votre pare-feu sur une configuration client-serveur&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Installing/fr#Emplacement_des_programmes_et_des_donn.C3.A9es|Retour à la documentation générale d&#039;installation]]&lt;/div&gt;</summary>
		<author><name>Talexone</name></author>
	</entry>
	<entry>
		<id>https://mrit.com/gestinux/mediawiki2/index.php?title=Install_server&amp;diff=2976</id>
		<title>Install server</title>
		<link rel="alternate" type="text/html" href="https://mrit.com/gestinux/mediawiki2/index.php?title=Install_server&amp;diff=2976"/>
		<updated>2014-03-01T11:34:58Z</updated>

		<summary type="html">&lt;p&gt;Talexone: /* To install PostgreSQL server : */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#CustomTitle:Installing a server}}&lt;br /&gt;
&lt;br /&gt;
If you do not want to use a database hosted in the internet, Gestinux requires either &#039;&#039;&#039;MySql Server&#039;&#039;&#039; or &#039;&#039;&#039;MariaDb Server&#039;&#039;&#039; (&amp;gt;= 5.0) or &#039;&#039;&#039;PostgreSQL Server&#039;&#039;&#039; (&amp;gt;= 8.4) installed on your local system, or on any server your network can access.&lt;br /&gt;
&lt;br /&gt;
The easiest installation is setting up MySql on Linux.&lt;br /&gt;
&lt;br /&gt;
The power of current computers means you will still have spare processing capacity after installing a server locally. &lt;br /&gt;
&lt;br /&gt;
You must have an &#039;&#039;administrator&#039;&#039; account before you can install.&lt;br /&gt;
&lt;br /&gt;
The following is a short guide to installing either MySql or PostgresSQL. For more details, please refer to the official documentation.&lt;br /&gt;
&lt;br /&gt;
=== To install MySql server : ===&lt;br /&gt;
&lt;br /&gt;
* On Ubuntu : &lt;br /&gt;
** Use Synaptic to install the package &#039;&#039;&#039;mysql-server&#039;&#039;&#039;.&lt;br /&gt;
** Confirm a few options&lt;br /&gt;
** You can enter a blank password for the root account if you are evaluating.&lt;br /&gt;
* On Windows :&lt;br /&gt;
** Go to the [http://dev.mysql.com/downloads/mysql/ mysql download page]&lt;br /&gt;
** Download the appropriate installer (in most cases, the first one)&lt;br /&gt;
** Execute the setup.exe, using a privileged account.&lt;br /&gt;
** You can accept the default options&lt;br /&gt;
** You can choose a standard configuration&lt;br /&gt;
** A non-blank root password is required: &#039;&#039;&#039;Remember it&#039;&#039;&#039; !&lt;br /&gt;
&lt;br /&gt;
=== To install MariaDb Server : ===&lt;br /&gt;
* On Linux Ubuntu :&lt;br /&gt;
** See [http://askubuntu.com/questions/64772/how-to-install-mariadb this documentation]&lt;br /&gt;
* On Windows :&lt;br /&gt;
** Download [https://downloads.mariadb.org/mariadb/5.5.32/#os_group=windows from this page]&lt;br /&gt;
&lt;br /&gt;
=== To install PostgreSQL server : ===&lt;br /&gt;
&lt;br /&gt;
* On Ubuntu :&lt;br /&gt;
** Install the package &#039;&#039;&#039;postgresql&#039;&#039;&#039;&lt;br /&gt;
* On Windows&lt;br /&gt;
** Go to the [http://www.enterprisedb.com/products-services-training/pgdownload PostgreSQL download page]&lt;br /&gt;
** Download the appropriate installer (x86-32 or x86-64 according your Windows version)&lt;br /&gt;
** Execute the &#039;&#039;postgresql-(version)-windows(-x64).exe&#039;&#039;, using a privileged account.&lt;br /&gt;
** You can accept the default paths for installation and data&lt;br /&gt;
** Define a non-blank superuser password: &#039;&#039;&#039;remember it!&#039;&#039;&#039;&lt;br /&gt;
** You can accept the default port number (5432). If you define a new one: &#039;&#039;&#039;remember it!&#039;&#039;&#039;&lt;br /&gt;
** Define your locale settings&lt;br /&gt;
** After files were copied, uncheck &#039;&#039;&#039;Execute Stack Builder&#039;&#039;&#039; on exit&lt;br /&gt;
** You should open the used port (&#039;&#039;default 5432&#039;&#039;) in your firewall on a client-server configuration&lt;br /&gt;
&lt;br /&gt;
[[Installing|Back to Gestinux installation]]&lt;/div&gt;</summary>
		<author><name>Talexone</name></author>
	</entry>
	<entry>
		<id>https://mrit.com/gestinux/mediawiki2/index.php?title=Install_server&amp;diff=2975</id>
		<title>Install server</title>
		<link rel="alternate" type="text/html" href="https://mrit.com/gestinux/mediawiki2/index.php?title=Install_server&amp;diff=2975"/>
		<updated>2014-03-01T11:33:42Z</updated>

		<summary type="html">&lt;p&gt;Talexone: /* To install PostgreSQL server : */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#CustomTitle:Installing a server}}&lt;br /&gt;
&lt;br /&gt;
If you do not want to use a database hosted in the internet, Gestinux requires either &#039;&#039;&#039;MySql Server&#039;&#039;&#039; or &#039;&#039;&#039;MariaDb Server&#039;&#039;&#039; (&amp;gt;= 5.0) or &#039;&#039;&#039;PostgreSQL Server&#039;&#039;&#039; (&amp;gt;= 8.4) installed on your local system, or on any server your network can access.&lt;br /&gt;
&lt;br /&gt;
The easiest installation is setting up MySql on Linux.&lt;br /&gt;
&lt;br /&gt;
The power of current computers means you will still have spare processing capacity after installing a server locally. &lt;br /&gt;
&lt;br /&gt;
You must have an &#039;&#039;administrator&#039;&#039; account before you can install.&lt;br /&gt;
&lt;br /&gt;
The following is a short guide to installing either MySql or PostgresSQL. For more details, please refer to the official documentation.&lt;br /&gt;
&lt;br /&gt;
=== To install MySql server : ===&lt;br /&gt;
&lt;br /&gt;
* On Ubuntu : &lt;br /&gt;
** Use Synaptic to install the package &#039;&#039;&#039;mysql-server&#039;&#039;&#039;.&lt;br /&gt;
** Confirm a few options&lt;br /&gt;
** You can enter a blank password for the root account if you are evaluating.&lt;br /&gt;
* On Windows :&lt;br /&gt;
** Go to the [http://dev.mysql.com/downloads/mysql/ mysql download page]&lt;br /&gt;
** Download the appropriate installer (in most cases, the first one)&lt;br /&gt;
** Execute the setup.exe, using a privileged account.&lt;br /&gt;
** You can accept the default options&lt;br /&gt;
** You can choose a standard configuration&lt;br /&gt;
** A non-blank root password is required: &#039;&#039;&#039;Remember it&#039;&#039;&#039; !&lt;br /&gt;
&lt;br /&gt;
=== To install MariaDb Server : ===&lt;br /&gt;
* On Linux Ubuntu :&lt;br /&gt;
** See [http://askubuntu.com/questions/64772/how-to-install-mariadb this documentation]&lt;br /&gt;
* On Windows :&lt;br /&gt;
** Download [https://downloads.mariadb.org/mariadb/5.5.32/#os_group=windows from this page]&lt;br /&gt;
&lt;br /&gt;
=== To install PostgreSQL server : ===&lt;br /&gt;
&lt;br /&gt;
* On Ubuntu :&lt;br /&gt;
** Install the package &#039;&#039;&#039;postgresql&#039;&#039;&#039;&lt;br /&gt;
* On Windows&lt;br /&gt;
** Go to the [http://www.enterprisedb.com/products-services-training/pgdownload PostgreSQL download page]&lt;br /&gt;
** Download the appropriate installer (x86-32 or x86-64 according your Windows version)&lt;br /&gt;
** Execute the &#039;&#039;postgresql-(version)-windows(-x64).exe&#039;&#039;, using a privileged account.&lt;br /&gt;
** You can accept the default paths for installation and data&lt;br /&gt;
** Define a non-blank superuser password: &#039;&#039;&#039;remember it!&#039;&#039;&#039;&lt;br /&gt;
** You can accept the default port number (5432). If you define a new one: &#039;&#039;&#039;remember it!&#039;&#039;&#039;&lt;br /&gt;
** Define your locale settings&lt;br /&gt;
** After files were copied, uncheck &#039;&#039;&#039;Execute Stack Builder&#039;&#039;&#039; on exit&lt;br /&gt;
** You should open a used port (&#039;&#039;default 5432&#039;&#039;) in your firewall on a client-server configuration&lt;br /&gt;
&lt;br /&gt;
[[Installing|Back to Gestinux installation]]&lt;/div&gt;</summary>
		<author><name>Talexone</name></author>
	</entry>
	<entry>
		<id>https://mrit.com/gestinux/mediawiki2/index.php?title=Install_Postgresql_client_driver&amp;diff=2974</id>
		<title>Install Postgresql client driver</title>
		<link rel="alternate" type="text/html" href="https://mrit.com/gestinux/mediawiki2/index.php?title=Install_Postgresql_client_driver&amp;diff=2974"/>
		<updated>2014-02-28T17:34:33Z</updated>

		<summary type="html">&lt;p&gt;Talexone: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#CustomTitle:Client for a PostgreSql database}}&lt;br /&gt;
&lt;br /&gt;
Under Ubuntu, to run a client of a Postgresql database you have to install an additional driver.&lt;br /&gt;
&lt;br /&gt;
You do this in a terminal window using the following two commands:&lt;br /&gt;
&lt;br /&gt;
* sudo apt-get install postgresql-client&lt;br /&gt;
* sudo ln -s /usr/lib/libpq.so.5.4  /usr/lib/libpq.so  &#039;&#039;(adapt to the actual postgres version)&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
On &#039;&#039;&#039;Windows&#039;&#039;&#039; :&lt;br /&gt;
* In the &#039;&#039;&#039;standalone&#039;&#039;&#039; configuration, if your PostgreSQL server&#039;s version is the same as the Gestinux version (x86-32 or x86-64) then you can use the client&#039;s libraries from the PostgreSQL server’s installation directory, otherwise follow the client-server configuration method.&lt;br /&gt;
**Go to &#039;&#039;&amp;lt;PostgreSQL server&#039;s installation directory&amp;gt;\bin&#039;&#039;&lt;br /&gt;
**You should copy the &#039;&#039;&#039;libpq.dll&#039;&#039;&#039;, &#039;&#039;&#039;libeay32.dll&#039;&#039;&#039; and &#039;&#039;&#039;ssleay32.dll&#039;&#039;&#039; files to the WINDOWS directory (%windir%)&lt;br /&gt;
**Then according a Gestinux version copy the &#039;&#039;&#039;libintl.dll&#039;&#039;&#039; file for x86-32 or the &#039;&#039;&#039;libintl-8.dll&#039;&#039;&#039; file for x86-64&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*In the &#039;&#039;&#039;client-server&#039;&#039;&#039; configuration you need to download client’s libraries from the [http://www.enterprisedb.com/products-services-training/pgbindownload PostgreSQL Binaries page]&lt;br /&gt;
**Download an archive of PostgreSQL binaries x86-32 or x86-64 &#039;&#039;(according Gestinux version)&#039;&#039;&lt;br /&gt;
**Extract all files&lt;br /&gt;
**Go to &#039;&#039;&amp;lt;Extracted directory&amp;gt;\pgsql\bin&#039;&#039;&lt;br /&gt;
**You should copy the &#039;&#039;&#039;libpq.dll&#039;&#039;&#039;, &#039;&#039;&#039;libeay32.dll&#039;&#039;&#039; and &#039;&#039;&#039;ssleay32.dll&#039;&#039;&#039; files to the WINDOWS directory (%windir%)&lt;br /&gt;
**Then according a Gestinux version copy the &#039;&#039;&#039;libintl.dll&#039;&#039;&#039; file for x86-32 or the &#039;&#039;&#039;libintl-8.dll&#039;&#039;&#039; file for x86-64&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Installing#Installation_of_Gestinux_1.0_.28release_candidate.2C_nearly_stable.29|Go on installation]]&lt;/div&gt;</summary>
		<author><name>Talexone</name></author>
	</entry>
	<entry>
		<id>https://mrit.com/gestinux/mediawiki2/index.php?title=Install_server&amp;diff=2970</id>
		<title>Install server</title>
		<link rel="alternate" type="text/html" href="https://mrit.com/gestinux/mediawiki2/index.php?title=Install_server&amp;diff=2970"/>
		<updated>2014-02-27T18:47:03Z</updated>

		<summary type="html">&lt;p&gt;Talexone: /* To install PostgreSQL server : */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#CustomTitle:Installing a server}}&lt;br /&gt;
&lt;br /&gt;
If you do not want to use a database hosted in the internet, Gestinux requires either &#039;&#039;&#039;MySql Server&#039;&#039;&#039; or &#039;&#039;&#039;MariaDb Server&#039;&#039;&#039; (&amp;gt;= 5.0) or &#039;&#039;&#039;PostgreSQL Server&#039;&#039;&#039; (&amp;gt;= 8.4) installed on your local system, or on any server your network can access.&lt;br /&gt;
&lt;br /&gt;
The easiest installation is setting up MySql on Linux.&lt;br /&gt;
&lt;br /&gt;
The power of current computers means you will still have spare processing capacity after installing a server locally. &lt;br /&gt;
&lt;br /&gt;
You must have an &#039;&#039;administrator&#039;&#039; account before you can install.&lt;br /&gt;
&lt;br /&gt;
The following is a short guide to installing either MySql or PostgresSQL. For more details, please refer to the official documentation.&lt;br /&gt;
&lt;br /&gt;
=== To install MySql server : ===&lt;br /&gt;
&lt;br /&gt;
* On Ubuntu : &lt;br /&gt;
** Use Synaptic to install the package &#039;&#039;&#039;mysql-server&#039;&#039;&#039;.&lt;br /&gt;
** Confirm a few options&lt;br /&gt;
** You can enter a blank password for the root account if you are evaluating.&lt;br /&gt;
* On Windows :&lt;br /&gt;
** Go to the [http://dev.mysql.com/downloads/mysql/ mysql download page]&lt;br /&gt;
** Download the appropriate installer (in most cases, the first one)&lt;br /&gt;
** Execute the setup.exe, using a privileged account.&lt;br /&gt;
** You can accept the default options&lt;br /&gt;
** You can choose a standard configuration&lt;br /&gt;
** A non-blank root password is required: &#039;&#039;&#039;Remember it&#039;&#039;&#039; !&lt;br /&gt;
&lt;br /&gt;
=== To install MariaDb Server : ===&lt;br /&gt;
* On Linux Ubuntu :&lt;br /&gt;
** See [http://askubuntu.com/questions/64772/how-to-install-mariadb this documentation]&lt;br /&gt;
* On Windows :&lt;br /&gt;
** Download [https://downloads.mariadb.org/mariadb/5.5.32/#os_group=windows from this page]&lt;br /&gt;
&lt;br /&gt;
=== To install PostgreSQL server : ===&lt;br /&gt;
&lt;br /&gt;
* On Ubuntu :&lt;br /&gt;
** Install the package &#039;&#039;&#039;postgresql&#039;&#039;&#039;&lt;br /&gt;
* On Windows&lt;br /&gt;
** Go to the [http://www.enterprisedb.com/products-services-training/pgdownload PostgreSQL download page]&lt;br /&gt;
** Download the appropriate installer (x86-32 or x86-64 according your Windows version)&lt;br /&gt;
** Execute the postgresql-(version)-windows(-x64).exe, using a privileged account.&lt;br /&gt;
** You can accept the default paths for installation and data&lt;br /&gt;
** Define a non-blank superuser password: &#039;&#039;&#039;Remember it!&#039;&#039;&#039;&lt;br /&gt;
** You can accept the default port number (5432). If you define a new one: &#039;&#039;&#039;Remember it!&#039;&#039;&#039;&lt;br /&gt;
** Define your locale settings&lt;br /&gt;
** After files were copied, uncheck &#039;&#039;&#039;Execute Stack Builder&#039;&#039;&#039; on exit&lt;br /&gt;
&lt;br /&gt;
[[Installing|Back to Gestinux installation]]&lt;/div&gt;</summary>
		<author><name>Talexone</name></author>
	</entry>
	<entry>
		<id>https://mrit.com/gestinux/mediawiki2/index.php?title=Install_server/fr&amp;diff=2969</id>
		<title>Install server/fr</title>
		<link rel="alternate" type="text/html" href="https://mrit.com/gestinux/mediawiki2/index.php?title=Install_server/fr&amp;diff=2969"/>
		<updated>2014-02-27T18:46:47Z</updated>

		<summary type="html">&lt;p&gt;Talexone: /* Pour installer PostgreSQL Server : */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#CustomTitle:Installer un serveur}}&lt;br /&gt;
&lt;br /&gt;
Si vous ne voulez pas utiliser une base de données hébergée sur l&#039;internet, Gestinux nécessite un serveur de base de données &#039;&#039;&#039;MySql Server&#039;&#039;&#039; ou &#039;&#039;&#039;MariaDb&#039;&#039;&#039; (&amp;gt;= 5.1) ou &#039;&#039;&#039;PostgreSQL&#039;&#039;&#039; (&amp;gt;= 8.4).&lt;br /&gt;
Ils sont faciles à installer, surtout sous Linux.&lt;br /&gt;
Ils sont peu consommateurs avec la puissance des ordinateurs actuels.&lt;br /&gt;
&lt;br /&gt;
Vous devez disposer d&#039;un accès &#039;&#039;administrateur&#039;&#039; pour effectuer cette installation.&lt;br /&gt;
&lt;br /&gt;
Voici un guide résumé pour installer ces logiciels serveurs. Référez vous à leur documentation officielle pour plus de précisions.&lt;br /&gt;
&lt;br /&gt;
=== Pour installer MySql Server : ===&lt;br /&gt;
&lt;br /&gt;
* Sous Linux Ubuntu :&lt;br /&gt;
** Installez le paquet &#039;&#039;&#039;mysql-server&#039;&#039;&#039; avec le gestionnaire de paquets Synaptic.&lt;br /&gt;
** Pour un test, vous pouvez laisser vide le mot de passe du compte root, sinon retenez-le bien !&lt;br /&gt;
* Sous Windows :&lt;br /&gt;
** Allez sur la [http://dev.mysql.com/downloads/mysql/ page de téléchargements de MySql]&lt;br /&gt;
** Téléchargez l&#039;installateur adéquat (dans la plupart des cas, le premier)&lt;br /&gt;
** Exécutez l&#039;installateur, avec un compte administrateur.&lt;br /&gt;
** Vous pouvez confirmer les choix proposés par défaut.&lt;br /&gt;
** Vous pouvez choisir une &amp;quot;standard configuration&amp;quot;&lt;br /&gt;
** Un mot de passe non vide est demandé pour le compte root, &#039;&#039;&#039;retenez-le &#039;&#039;&#039; !&lt;br /&gt;
&lt;br /&gt;
=== Pour installer MariaDb Server : ===&lt;br /&gt;
* Sous Linux Ubuntu :&lt;br /&gt;
** Voyez [http://doc.ubuntu-fr.org/mariadb cette documentation]&lt;br /&gt;
* Sous Windows :&lt;br /&gt;
** Téléchargez [https://downloads.mariadb.org/mariadb/5.5.32/#os_group=windows sur cette page]&lt;br /&gt;
&lt;br /&gt;
=== Pour installer PostgreSQL Server : ===&lt;br /&gt;
* Sous Linux Ubuntu :&lt;br /&gt;
** Installez le paquet &#039;&#039;&#039;postgresql&#039;&#039;&#039; avec le gestionnaire de paquets Synaptic.&lt;br /&gt;
* Sous Windows :&lt;br /&gt;
** Allez sur [http://www.enterprisedb.com/products-services-training/pgdownload la page de téléchargements de PostgreSQL]&lt;br /&gt;
** Téléchargez l&#039;installateur adéquat (x86-32 ou x86-64 selon la version de Windows)&lt;br /&gt;
** Exécutez postgresql-(version)-windows(-x64).exe, avec un compte administrateur.&lt;br /&gt;
** Vous pouvez laisser les répertoires par défaut pour l&#039;installation et les données&lt;br /&gt;
** Un mot de passe non vide est demandé pour le compte super-utilisateur: &#039;&#039;&#039;retenez-le!&#039;&#039;&#039;&lt;br /&gt;
** Vous pouvez laisser le port par défaut (5432). En cas de changement: &#039;&#039;&#039;retenez-le!&#039;&#039;&#039;&lt;br /&gt;
** Sélectionnez votre paramètre de localisation&lt;br /&gt;
** A la fin d&#039;installation décochez &#039;&#039;&#039;Exécuter Stack Builder&#039;&#039;&#039; à la sortie&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Installing/fr#Emplacement_des_programmes_et_des_donn.C3.A9es|Retour à la documentation générale d&#039;installation]]&lt;/div&gt;</summary>
		<author><name>Talexone</name></author>
	</entry>
	<entry>
		<id>https://mrit.com/gestinux/mediawiki2/index.php?title=Install_server/fr&amp;diff=2968</id>
		<title>Install server/fr</title>
		<link rel="alternate" type="text/html" href="https://mrit.com/gestinux/mediawiki2/index.php?title=Install_server/fr&amp;diff=2968"/>
		<updated>2014-02-27T18:43:36Z</updated>

		<summary type="html">&lt;p&gt;Talexone: /* Pour installer PostgreSQL Server : */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#CustomTitle:Installer un serveur}}&lt;br /&gt;
&lt;br /&gt;
Si vous ne voulez pas utiliser une base de données hébergée sur l&#039;internet, Gestinux nécessite un serveur de base de données &#039;&#039;&#039;MySql Server&#039;&#039;&#039; ou &#039;&#039;&#039;MariaDb&#039;&#039;&#039; (&amp;gt;= 5.1) ou &#039;&#039;&#039;PostgreSQL&#039;&#039;&#039; (&amp;gt;= 8.4).&lt;br /&gt;
Ils sont faciles à installer, surtout sous Linux.&lt;br /&gt;
Ils sont peu consommateurs avec la puissance des ordinateurs actuels.&lt;br /&gt;
&lt;br /&gt;
Vous devez disposer d&#039;un accès &#039;&#039;administrateur&#039;&#039; pour effectuer cette installation.&lt;br /&gt;
&lt;br /&gt;
Voici un guide résumé pour installer ces logiciels serveurs. Référez vous à leur documentation officielle pour plus de précisions.&lt;br /&gt;
&lt;br /&gt;
=== Pour installer MySql Server : ===&lt;br /&gt;
&lt;br /&gt;
* Sous Linux Ubuntu :&lt;br /&gt;
** Installez le paquet &#039;&#039;&#039;mysql-server&#039;&#039;&#039; avec le gestionnaire de paquets Synaptic.&lt;br /&gt;
** Pour un test, vous pouvez laisser vide le mot de passe du compte root, sinon retenez-le bien !&lt;br /&gt;
* Sous Windows :&lt;br /&gt;
** Allez sur la [http://dev.mysql.com/downloads/mysql/ page de téléchargements de MySql]&lt;br /&gt;
** Téléchargez l&#039;installateur adéquat (dans la plupart des cas, le premier)&lt;br /&gt;
** Exécutez l&#039;installateur, avec un compte administrateur.&lt;br /&gt;
** Vous pouvez confirmer les choix proposés par défaut.&lt;br /&gt;
** Vous pouvez choisir une &amp;quot;standard configuration&amp;quot;&lt;br /&gt;
** Un mot de passe non vide est demandé pour le compte root, &#039;&#039;&#039;retenez-le &#039;&#039;&#039; !&lt;br /&gt;
&lt;br /&gt;
=== Pour installer MariaDb Server : ===&lt;br /&gt;
* Sous Linux Ubuntu :&lt;br /&gt;
** Voyez [http://doc.ubuntu-fr.org/mariadb cette documentation]&lt;br /&gt;
* Sous Windows :&lt;br /&gt;
** Téléchargez [https://downloads.mariadb.org/mariadb/5.5.32/#os_group=windows sur cette page]&lt;br /&gt;
&lt;br /&gt;
=== Pour installer PostgreSQL Server : ===&lt;br /&gt;
* Sous Linux Ubuntu :&lt;br /&gt;
** Installez le paquet &#039;&#039;&#039;postgresql&#039;&#039;&#039; avec le gestionnaire de paquets Synaptic.&lt;br /&gt;
* Sous Windows :&lt;br /&gt;
** Allez sur [http://www.enterprisedb.com/products-services-training/pgdownload la page de téléchargements de PostgreSQL]&lt;br /&gt;
** Téléchargez l&#039;installateur adéquat (x86-32 ou x86-64 selon la version de windows)&lt;br /&gt;
** Exécutez postgresql-(version)-windows(-x64).exe, avec un compte administrateur.&lt;br /&gt;
** Vous pouvez laisser les répertoires par défaut pour l&#039;installation et les données&lt;br /&gt;
** Un mot de passe non vide est demandé pour le compte super-utilisateur: &#039;&#039;&#039;retenez-le!&#039;&#039;&#039;&lt;br /&gt;
** Vous pouvez laisser le port par défaut (5432). En cas de changement: &#039;&#039;&#039;retenez-le!&#039;&#039;&#039;&lt;br /&gt;
** Sélectionnez votre paramètre de localisation&lt;br /&gt;
** A la fin d&#039;installation décochez &#039;&#039;&#039;Exécuter Stack Builder&#039;&#039;&#039; à la sortie&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Installing/fr#Emplacement_des_programmes_et_des_donn.C3.A9es|Retour à la documentation générale d&#039;installation]]&lt;/div&gt;</summary>
		<author><name>Talexone</name></author>
	</entry>
	<entry>
		<id>https://mrit.com/gestinux/mediawiki2/index.php?title=Install_server&amp;diff=2967</id>
		<title>Install server</title>
		<link rel="alternate" type="text/html" href="https://mrit.com/gestinux/mediawiki2/index.php?title=Install_server&amp;diff=2967"/>
		<updated>2014-02-27T18:27:40Z</updated>

		<summary type="html">&lt;p&gt;Talexone: /* To install PostgreSQL server : */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#CustomTitle:Installing a server}}&lt;br /&gt;
&lt;br /&gt;
If you do not want to use a database hosted in the internet, Gestinux requires either &#039;&#039;&#039;MySql Server&#039;&#039;&#039; or &#039;&#039;&#039;MariaDb Server&#039;&#039;&#039; (&amp;gt;= 5.0) or &#039;&#039;&#039;PostgreSQL Server&#039;&#039;&#039; (&amp;gt;= 8.4) installed on your local system, or on any server your network can access.&lt;br /&gt;
&lt;br /&gt;
The easiest installation is setting up MySql on Linux.&lt;br /&gt;
&lt;br /&gt;
The power of current computers means you will still have spare processing capacity after installing a server locally. &lt;br /&gt;
&lt;br /&gt;
You must have an &#039;&#039;administrator&#039;&#039; account before you can install.&lt;br /&gt;
&lt;br /&gt;
The following is a short guide to installing either MySql or PostgresSQL. For more details, please refer to the official documentation.&lt;br /&gt;
&lt;br /&gt;
=== To install MySql server : ===&lt;br /&gt;
&lt;br /&gt;
* On Ubuntu : &lt;br /&gt;
** Use Synaptic to install the package &#039;&#039;&#039;mysql-server&#039;&#039;&#039;.&lt;br /&gt;
** Confirm a few options&lt;br /&gt;
** You can enter a blank password for the root account if you are evaluating.&lt;br /&gt;
* On Windows :&lt;br /&gt;
** Go to the [http://dev.mysql.com/downloads/mysql/ mysql download page]&lt;br /&gt;
** Download the appropriate installer (in most cases, the first one)&lt;br /&gt;
** Execute the setup.exe, using a privileged account.&lt;br /&gt;
** You can accept the default options&lt;br /&gt;
** You can choose a standard configuration&lt;br /&gt;
** A non-blank root password is required: &#039;&#039;&#039;Remember it&#039;&#039;&#039; !&lt;br /&gt;
&lt;br /&gt;
=== To install MariaDb Server : ===&lt;br /&gt;
* On Linux Ubuntu :&lt;br /&gt;
** See [http://askubuntu.com/questions/64772/how-to-install-mariadb this documentation]&lt;br /&gt;
* On Windows :&lt;br /&gt;
** Download [https://downloads.mariadb.org/mariadb/5.5.32/#os_group=windows from this page]&lt;br /&gt;
&lt;br /&gt;
=== To install PostgreSQL server : ===&lt;br /&gt;
&lt;br /&gt;
* On Ubuntu :&lt;br /&gt;
** Install the package &#039;&#039;&#039;postgresql&#039;&#039;&#039;&lt;br /&gt;
* On Windows&lt;br /&gt;
** Go to the [http://www.enterprisedb.com/products-services-training/pgdownload PostgreSQL download page]&lt;br /&gt;
** Download the appropriate installer (x86-32 or x86-64 according your windows version)&lt;br /&gt;
** Execute the postgresql-(version)-windows(-x64).exe, using a privileged account.&lt;br /&gt;
** You can accept the default paths for installation and data&lt;br /&gt;
** Define a non-blank superuser password: &#039;&#039;&#039;Remember it!&#039;&#039;&#039;&lt;br /&gt;
** You can accept the default port number (5432). If you define a new one: &#039;&#039;&#039;Remember it!&#039;&#039;&#039;&lt;br /&gt;
** Define your locale settings&lt;br /&gt;
** After files were copied, uncheck &#039;&#039;&#039;Execute Stack Builder&#039;&#039;&#039; on exit&lt;br /&gt;
&lt;br /&gt;
[[Installing|Back to Gestinux installation]]&lt;/div&gt;</summary>
		<author><name>Talexone</name></author>
	</entry>
</feed>