« LAMP » : différence entre les versions
mAucun résumé des modifications |
Aucun résumé des modifications |
||
Ligne 14 : | Ligne 14 : | ||
Car ces environnements tournent également sur d'autres OSs on utilise souvent l'acronyme générique '''AMP'''. | Car ces environnements tournent également sur d'autres OSs on utilise souvent l'acronyme générique '''AMP'''. | ||
* Voir également [[WAMP]], l'équivalent pour Windows. | * Voir également [[WAMP]], l'équivalent pour Windows. | ||
* MAMP (MacIntosh). | * [http://www.mamp.info/en/mamp/index.html MAMP] MAMP] (MacIntosh). | ||
[http://www.onlamp.com/pub/a/onlamp/2001/01/25/lamp.html Citation de] O'Reilly manager [http://www.oreillynet.com/pub/au/26 Dale Dougherty]: {{citation | ... in 2001, David Axmark and Monty Widenius of the MySQL team visited us in Sebastopol and they dropped a new term in our laps: LAMP. This term was popular in Germany, they said, to define how MySQL was used in conjunction with Linux, Apache, and either Perl, Python, or PHP. Their explanation of LAMP made a lightbulb go off in my head.}} | [http://www.onlamp.com/pub/a/onlamp/2001/01/25/lamp.html Citation de] O'Reilly manager [http://www.oreillynet.com/pub/au/26 Dale Dougherty]: {{citation | ... in 2001, David Axmark and Monty Widenius of the MySQL team visited us in Sebastopol and they dropped a new term in our laps: LAMP. This term was popular in Germany, they said, to define how MySQL was used in conjunction with Linux, Apache, and either Perl, Python, or PHP. Their explanation of LAMP made a lightbulb go off in my head.}} |
Version du 6 mai 2010 à 22:11
Cet article est incomplet.
Il est jugé trop incomplet dans son développement ou dans l'expression des concepts et des idées. Son contenu est donc à considérer avec précaution.
Cet article est une traduction de la version anglaise sur edutechwiki.
Definition
L'acronyme LAMP (ou L.A.M.P.) signifie un ensemble de logiciels et technologies utilisés pour la mise en place de site-webs dynamiques et serveurs:
- Linux, système d'opération;
- Apache, le serveur web;
- MySQL, la base de données
- Perl, PHP, or Python language de programmation.
Car ces environnements tournent également sur d'autres OSs on utilise souvent l'acronyme générique AMP.
Citation de O'Reilly manager Dale Dougherty: « ... in 2001, David Axmark and Monty Widenius of the MySQL team visited us in Sebastopol and they dropped a new term in our laps: LAMP. This term was popular in Germany, they said, to define how MySQL was used in conjunction with Linux, Apache, and either Perl, Python, or PHP. Their explanation of LAMP made a lightbulb go off in my head.»
Pour d'autres combinaisons voir l'article sur Wikipedia
Links
- Sean A. Walberg (2007). Tuning LAMP systems, Part 1: Understanding the LAMP architecture, IBM Developer Works.