From 01a4d10d00e27555dbd892419e2facfe1bc06e7d Mon Sep 17 00:00:00 2001 From: tibble49 Date: Mon, 29 Oct 2018 12:18:15 -0400 Subject: [PATCH] Added Drupal info (#20282) * Added Drupal info Added Drupal info * removed link that is a violation of the freeCodeCamp Code of Conduct --- guide/english/drupal/index.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 guide/english/drupal/index.md diff --git a/guide/english/drupal/index.md b/guide/english/drupal/index.md new file mode 100644 index 0000000000..1fd439e8a8 --- /dev/null +++ b/guide/english/drupal/index.md @@ -0,0 +1,18 @@ +--- +title: Drupal +--- + +# Drupal + +Drupal is an open source content management software. Like WordPress, it is based on PHP and MySql. It has a strong core suite of features but its strength comes in its modular design enabling users and developers alike to alter the product to fit their needs and use case. + +Drupal is heavily supported through its vast community of developers and contributors. Architecturally, it is built on the LAMP stack (Linux, Apache, MySql, PHP) but it does have the ability to run on Windows or MAC using Nginx or ISS and PostgreSQL or SQLlite. + +Just to a few advantages of Drupal: +* Highly customizable through modules, themes and plugins. +* Tough security with no widley exploited breaches without patches +* Fluxuates seamlessly through traffic and load highs and lows + +### More Information + +- [Drupal.org](https://www.drupal.org/)