Added Drupal info (#20282)

* Added Drupal info

Added Drupal info

* removed link that is a violation of the freeCodeCamp Code of Conduct
pull/31879/head
tibble49 2018-10-29 12:18:15 -04:00 committed by Christopher McCormack
parent 1e66276eda
commit 01a4d10d00
1 changed files with 18 additions and 0 deletions

View File

@ -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/)