Line 26:
Line 26:
−
=Dolibarr Architecture=
+
==Dolibarr Architecture==
Dolibarr is a Web software of type "''Client/Server''.
Dolibarr is a Web software of type "''Client/Server''.
Line 69:
Line 69:
File:MariaDB Install 9.png|The installation is complete and the MariaDB database server is running. Click '''Finish''' to exit the installation wizard.
File:MariaDB Install 9.png|The installation is complete and the MariaDB database server is running. Click '''Finish''' to exit the installation wizard.
</gallery>At this level, '''MariaDB''' is now installed and started. As a Windows "'''Service'''" has been created, the '''<abbr title="Relational Database Management System">RDBMS</abbr>''' will be automatically started at each (re)startup of the computer.
</gallery>At this level, '''MariaDB''' is now installed and started. As a Windows "'''Service'''" has been created, the '''<abbr title="Relational Database Management System">RDBMS</abbr>''' will be automatically started at each (re)startup of the computer.
+
+
==Installing and Configuring PHP==
+
<br />
+
+
===Download PHP===
+
+
*Please visit https://windows.php.net/download
+
*In the list of proposed downloads, take the latest '''Thread Safe''' version of PHP corresponding to your architecture ('''x64''' if your system is 64 bits or '''x86''' if your system is 32 bits).
+
** This is normally the second proposed download ('''<u>Warning !</u> Be careful to download the ''Thread Safe'' version and NOT ''<u>No</u> Thread Safe'''''').
+
*Once you have found the right version, download the file by clicking on the link '''<u>Zip</u>'''.
+
+
<br />
+
+
===Extract the archive to install PHP===
+
*Once downloaded, right click on the archive and select '''Extract all...'''.
+
*Indicate <code>C:\php</code> as the destination path and click '''Extract'''.
+
+
<br />
+
[[File:Extraire PHP.png|none|frame|link=Special:FilePath/Extraire_PHP.png]]
+
<br />
+
+
===Configure PHP===
+
Now that PHP is uncompressed in the right place, we'll configure some settings.
+
+
PHP is delivered with '''extensions''' and Dolibarr needs that some of these extensions are enabled (they are not enabled by default).
+
<br />
+
+
====Enable Display of Filename Extensions====
+
+
*In the Windows '''File Explorer''', click on the '''View''' tab and check the '''File Name Extensions''' checkbox in the '''Show/Hide''' group.
+
+
[[File:Activer l'affichage des Extensions de noms de fichiers.png|none|frame|Enable Display of '''File Name Extensions'''.|link=Special:FilePath/Activer_l'affichage_des_Extensions_de_noms_de_fichiers.png]]