<?xml version="1.0" encoding="UTF-8"?>        <rss version="2.0"
             xmlns:atom="http://www.w3.org/2005/Atom"
             xmlns:dc="http://purl.org/dc/elements/1.1/"
             xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
             xmlns:admin="http://webns.net/mvcb/"
             xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
             xmlns:content="http://purl.org/rss/1.0/modules/content/">
        <channel>
            <title>
									FAQ - WEB - Solutions SIMAX, Les Espaces Forum				            </title>
            <link>https://www.simax.fr/actualites-et-echanges-espaces-forum/f-faq-web/</link>
            <description>NOUT SAS ; Bienvenue sur nos espaces de discussion autour des solutions SIMAX™</description>
            <language>fr-FR</language>
            <lastBuildDate>Sat, 15 Aug 2026 22:30:39 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>Comment configurer le client WEB ?</title>
                        <link>https://www.simax.fr/actualites-et-echanges-espaces-forum/f-faq-web/comment-configurer-le-client-web/</link>
                        <pubDate>Thu, 30 Sep 2021 10:18:31 +0000</pubDate>
                        <description><![CDATA[Pour accéder à l&#039;interface de configuration du client web, ajoutez /admin/ à l&#039;adresse de votre site web :
Par défaut cette interface n&#039;est accessible qu&#039;à partir du serveur web, avec les i...]]></description>
                        <content:encoded><![CDATA[<p>Pour accéder à l'interface de configuration du client web, ajoutez <strong>/admin/</strong> à l'adresse de votre site web :</p>
<pre contenteditable="false">http://monserveur/monsite/admin/</pre>
<p>Par défaut cette interface n'est accessible qu'à partir du serveur web, avec les identifiants admin/admin. <br /><strong>Il est fortement recommandé de changer ces identifiants dès la mise en production du client web à partir du menu administrateur situé dans l'interface de configuration.</strong></p>
<p>Afin de gérer les adresses IP autorisées, il faut modifier le fichier <strong>app/config/admin.yml</strong> (si celui-ci n'est pas présent, copiez le fichier <strong>app/config/admin.yml.dist</strong> sous le nom <strong>app/config/admin.yml</strong>), de la manière suivante :</p>
<pre contenteditable="false">nout_admin:
  white_ips:
    - 192.168.0.56 # exemple d'adresse locale ipv4
    - ::1 #exemple d'adresse locale ipv6
    - 84.73.127.9 #exemple d'adresse ipv4 externe
</pre>]]></content:encoded>
						                            <category domain="https://www.simax.fr/actualites-et-echanges-espaces-forum/f-faq-web/">FAQ - WEB</category>                        <dc:creator>nsimax34170</dc:creator>
                        <guid isPermaLink="true">https://www.simax.fr/actualites-et-echanges-espaces-forum/f-faq-web/comment-configurer-le-client-web/</guid>
                    </item>
				                    <item>
                        <title>Comment installer le client WEB ?</title>
                        <link>https://www.simax.fr/actualites-et-echanges-espaces-forum/f-faq-web/comment-installer-le-client-web/</link>
                        <pubDate>Thu, 30 Sep 2021 10:15:55 +0000</pubDate>
                        <description><![CDATA[L&#039;installation du Client Web n&#039;est pas soumise à un système d&#039;exploitation particulier. 
Prérequis
Sous Windows, il est possible d&#039;installer WampServer pour disposer d&#039;un package Apache + ...]]></description>
                        <content:encoded><![CDATA[<p><em>L'installation du Client Web n'est pas soumise à un système d'exploitation particulier. </em></p>
<p><strong>Prérequis</strong></p>
<p><em>Sous Windows, il est possible d'installer <a href="http://www.wampserver.com/">WampServer</a> pour disposer d'un package Apache + Php + Mysql. Si vous utilisez cette solution et rencontrez des problèmes lors de l'installation, vous pouvez visiter <a href="http://forum.wampserver.com/read.php?1,137154">ce lien</a>.</em></p>
<ol>
<li><strong><span style="text-decoration: underline"><a href="https://httpd.apache.org/">Apache Web Server</a></span></strong> : <em>L'utilisation d'Apache comme serveur web, bien que recommandée, n'est pas obligatoire. Cependant, cette FAQ assume que vous utilisez celui-ci et pas un autre serveur web.</em> <br /><strong>Version</strong> : <span style="text-decoration: underline">2.4 ou supérieure</span> <br /><strong>Modules requis</strong> : <span style="text-decoration: underline">mod_rewrite</span>
<div style="background-color: #bfe5ff;padding: 10px"><strong>Information en cas d'utilisation d'un autre serveur web :</strong> Les fichiers <em>app/.htaccess</em>, <em>web/.htaccess, public/.htaccess</em>, et <em>src/.htaccess </em>sont des fichiers spécifiques à Apache servant à fournir un ensemble de directives particulières. Afin de faire fonctionner le Client Web sur un autre serveur, vous devez configurer leur équivalent sur celui-ci. Contactez votre prestataire informatique pour cela.</div>
</li>
<li><strong><span style="text-decoration: underline"><a href="http://php.net/">PHP</a></span></strong> : <br /><strong>Version</strong> : <span style="text-decoration: underline">de 7.3.*</span> <br /><strong>Extensions requises</strong> : <a href="http://php.net/manual/fr/book.json.php">JSON</a>, <a href="http://php.net/manual/fr/book.ctype.php">CTYPE</a>, <a href="http://php.net/manual/fr/book.curl.php">CURL</a>, <a href="http://php.net/manual/fr/book.mbstring.php">MBString</a> <br /><strong>Extensions facultatives</strong> : <a href="http://php.net/manual/fr/book.xml.php">XML</a>, <a href="http://php.net/manual/fr/book.libxml.php">LibXML</a>, <a href="http://php.net/manual/fr/book.exif.php">EXIF</a>, <a href="http://php.net/manual/fr/book.fileinfo.php">FileInfo</a>, <a href="http://php.net/manual/fr/image.setup.php">GD2</a>, <a href="http://php.net/manual/fr/book.tokenizer.php">Tokenizer</a>, <a href="http://php.net/manual/fr/book.iconv.php">IConv</a>, <a href="http://php.net/manual/fr/book.posix.php">POSIX</a>, <a href="http://php.net/manual/fr/book.intl.php">Intl</a>, <a href="http://php.net/manual/fr/book.apcu.php">APCU, OpenSSL</a>. <em>NB : Bien que facultative, l'installation d'APCU ou d'un autre gestionnaire de cache peut grandement améliorer les performances du serveur Web. Son installation reste toutefois réservée aux techniciens avertis, il ne faut surtout pas conserver la taille de cache par défaut.<br /></em></li>
<li><strong><span style="text-decoration: underline">Avoir installé NOUTOnline</span></strong></li>
<li><strong><span style="text-decoration: underline">Version minimale des navigateurs</span></strong> : <br />
<table>
<tbody>
<tr>
<th> </th>
<th>Navigateur</th>
<th>Version</th>
</tr>
<tr>
<td style="width: 60px"><img class="alignnone wp-image-9647" src="/wp-content/uploads/2017/06/ie-150x150.png" alt="" width="25" height="25" /></td>
<td>Edge</td>
<td>1</td>
</tr>
<tr>
<td style="width: 60px"><img class="alignnone wp-image-9649" src="/wp-content/uploads/2017/06/firefox-150x150.png" alt="" width="25" height="25" /></td>
<td>Firefox</td>
<td>51</td>
</tr>
<tr>
<td style="width: 60px"><img class="alignnone wp-image-9650" src="/wp-content/uploads/2017/06/chrome-150x150.png" alt="" width="25" height="25" /></td>
<td>Chrome</td>
<td>49</td>
</tr>
<tr>
<td style="width: 60px"><img class="alignnone wp-image-9645" src="/wp-content/uploads/2017/06/safari.png" alt="" width="25" height="25" /></td>
<td>Safari</td>
<td>10</td>
</tr>
<tr>
<td style="width: 60px"><img class="alignnone wp-image-9646" src="/wp-content/uploads/2017/06/Opera_2015_icon.svg_.png" alt="" width="25" height="25" /></td>
<td>Opera</td>
<td>43</td>
</tr>
</tbody>
</table>
</li>
</ol>
<p> </p>
<p><strong>Installation</strong></p>
<ol>
<li><strong><span style="text-decoration: underline">Configuration du php.ini</span></strong> : <br />
<table>
<tbody>
<tr>
<th>Variable</th>
<th>Valeur</th>
</tr>
<tr>
<td>date.timezone</td>
<td><a href="http://php.net/manual/en/timezones.php"></a></td>
</tr>
<tr>
<td>always_populate_raw_post_data</td>
<td>-1</td>
</tr>
<tr>
<td>short_open_tag</td>
<td>Off</td>
</tr>
<tr>
<td>magic_quote_gpc</td>
<td>Off</td>
</tr>
<tr>
<td>register_globals</td>
<td>Off</td>
</tr>
<tr>
<td>session_auto_start</td>
<td>Off</td>
</tr>
</tbody>
</table>
</li>
<li><strong><span style="text-decoration: underline">Mise en place des sources </span></strong> : Placer le contenu des archives <em>ClientWeb_Vendor.zip</em> et <em>ClientWeb.zip</em> dans le répertoire de votre choix. A la fin de l'extraction, votre répertoire doit donc contenir les dossiers <em>vendor, app, src, </em> et <em>web</em></li>
<li><strong><span style="text-decoration: underline"><a href="http://httpd.apache.org/docs/current/vhosts/">Configuration du VirtualHost</a></span></strong> : Suivre les instructions de l'article :
<ol>
<li>version &lt; 2041.01 : <a href="https://symfony.com/doc/2.7/setup/web_server_configuration.html">Configuring a Web Server (Symfony 2.7)</a>,</li>
<li>version &gt;= 2041.01 : <a href="https://symfony.com/doc/current/setup/web_server_configuration.html">Configuring a Web Server (Symfony current)</a>.</li>
</ol>
</li>
<li><span style="text-decoration: underline"><strong>Gestion des droits sous linux</strong></span> : Pour la gestion des droits répertoire et fichier, voir l'article :
<ol>
<li>version &lt; 2041.01 : <a href="https://symfony.com/doc/2.7/setup/file_permissions.html">Setting up or Fixing File Permissions (Symfony 2.7)</a>,</li>
<li>version &gt;= 2041.01 : <a href="https://symfony.com/doc/current/setup/file_permissions.html">Setting up or Fixing File Permissions (Symfony current)</a>.</li>
</ol>
</li>
<li><span style="text-decoration: underline"><strong>Redémarrez Apache</strong></span></li>
</ol>
<p> </p>
<p><strong>Une fois l'installation terminée : <a href="/actualites-et-echanges-espaces-forum/f-faq-web/comment-configurer-le-client-web/#post-240/">Configurer le client web</a></strong></p>]]></content:encoded>
						                            <category domain="https://www.simax.fr/actualites-et-echanges-espaces-forum/f-faq-web/">FAQ - WEB</category>                        <dc:creator>nsimax34170</dc:creator>
                        <guid isPermaLink="true">https://www.simax.fr/actualites-et-echanges-espaces-forum/f-faq-web/comment-installer-le-client-web/</guid>
                    </item>
							        </channel>
        </rss>
		