Line 14:
Line 14:
devdoc=[[Module Website (developer)]]|
devdoc=[[Module Website (developer)]]|
userdoc=Cette page|}}
userdoc=Cette page|}}
−
−
{{ToTranslate}}
= Introduction =
= Introduction =
Line 151:
Line 149:
</source>
</source>
−
= Deploy | Publish your website =
+
= Déployer | Publier votre site web =
−
To make your website live, you can click on the link "Deploy/Text my website". A popup will show you instructions to setup the web server, like Apache, so you can make your website live on the Internet. When a website is lived, it is not necessary to have Dolibarr application live, but the database must still remain started.
+
Pour faire déployer votre site web, vous pouvez cliquer sur le lien "Déployer/Tester mon site web". Une fenêtre contextuelle vous montrera les instructions pour configurer le serveur web, comme Apache, afin que vous puissiez rendre votre site web accessible sur l'internet. Lorsqu'un site web est en ligne, il n'est pas nécessaire que l'application Dolibarr soit en ligne, mais la base de données doit toujours être démarrée.
−
Note: It is not possible to have your website and Dolibarr backoffice (that is itself a website tool) using the exactly same domain name.
+
Note : Il n'est pas possible que votre site web et le backoffice Dolibarr (qui est lui-même une application web) utilisent exactement le même nom de domaine.
−
Indeed, it is thanks to the domain name that the web server (like Apache, Nginx, ...) knows where to redirect the request (The Dolibarr Backoffice itself or the websote built by the CMS of Dolibarr).
+
En effet, c'est grâce au nom de domaine que le serveur web (comme Apache, Nginx, ...) sait où rediriger la requête (Le backoffice Dolibarr lui-même ou le site web construit par le CMS de Dolibarr).
−
But you can choose the beginning of the name to differentiate them. For example, you can use:
+
Mais vous pouvez choisir le début du nom pour les différencier. Par exemple, vous pouvez utiliser :
−
* http://admin.example.com for the Dolibarr backoffice tool and
+
* http://admin.example.com pour l'outil de back-office Dolibarr et
−
* http://www.example.com for the first Website edited by the CMS feature.
+
* http://www.example.com pour le premier site web édité par le module CMS.
−
* http://www2.example.com for the second Website edited by the CMS feature.
+
* http://www2.example.com pour le deuxième site web édité par le module CMS.
−
* http://www.example2.com for the third Website edited by the CMS feature.
+
* http://www.example2.com pour le troisième site web édité par le module CMS.