From 302f33d5ed68ffc05fb632865be246fa07db86b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20H=C3=A4drich?= <11225821+shaedrich@users.noreply.github.com> Date: Mon, 2 Oct 2023 16:09:35 +0200 Subject: [PATCH 1/2] Add related to topic "LAMP" --- topics/lamp/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/topics/lamp/index.md b/topics/lamp/index.md index 22713a920ea..39b1943f14d 100644 --- a/topics/lamp/index.md +++ b/topics/lamp/index.md @@ -4,6 +4,7 @@ display_name: LAMP short_description: LAMP is a software bundle containing Linux and the Apache server. topic: lamp wikipedia_url: https://en.wikipedia.org/wiki/LAMP_(software_bundle) +related: wamp, mamp, xampp, mean, mern --- LAMP is a bundle of software consisting of four open source programs. It is one of the most popular software categories for servers. From 0de9c2fd5265d9d8a7d0b36d7f6540706b462ee6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20H=C3=A4drich?= <11225821+shaedrich@users.noreply.github.com> Date: Mon, 2 Oct 2023 16:11:14 +0200 Subject: [PATCH 2/2] Improve description of topic "LAMP" --- topics/lamp/index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/topics/lamp/index.md b/topics/lamp/index.md index 39b1943f14d..35e7cf0b011 100644 --- a/topics/lamp/index.md +++ b/topics/lamp/index.md @@ -4,15 +4,15 @@ display_name: LAMP short_description: LAMP is a software bundle containing Linux and the Apache server. topic: lamp wikipedia_url: https://en.wikipedia.org/wiki/LAMP_(software_bundle) -related: wamp, mamp, xampp, mean, mern +related: wamp, mamp, xampp, mean, mern, lemp --- -LAMP is a bundle of software consisting of four open source programs. +**LAMP** is a bundle of software consisting of four open source programs. It is one of the most popular software categories for servers. A usual LAMP server includes: * **L**inux (operating system) * **A**pache (web server) -* **M**ySQL (database software) +* **M**ySQL, **M**ariaDB or **M**ongoDB (database software) * **P**HP, **P**erl, or **P**ython (programming language) Most Linux distributions include the components of a LAMP server.