Drupal basics

Return an array as string with no more than 13 characters!

Note that: undefined and null are shown as empty string.


x=a=>

Return the input number multiplied by a million with no more than 10 characters.


x=n=>

What is Drupal?

Originally written by Dries Buytaert as a message board, Drupal became an open source project in 2001.

The name Drupal represents an English rendering of the Dutch word "druppel", which means "drop" (as in "a water droplet").

 

The name came from the now-defunct Drop.org Web site, whose code slowly evolved into Drupal. Buytaert wanted to call the site "dorp" (Dutch for "village") for its community aspects, but mistyped it when checking the domain name and thought the error sounded better.

Free

Open Source

Content-management framework

Initial release: May 18th, 2000, 17 years ago (!!!)

1.3 million members

106k active contributors

37 110 free modules

2 445 free themes

Acquia

POSSIBLE partner

Software-as-a-service company

Drupal service and training provider

Acquia Cloud

Acquia Lift

Acquia Cloud CD

Acquia Cloud Professional

Acquia Cloud Site Factory

Acquia Lightning

Acquia Academy

Let's install Drupal!

But first let's have a quick look at:

Vagrant - managing virtual environments

Docker - containerized applications 

Acquia Dev Desktop - LAMP stack tailored specifically for Acquia-hosted Drupal sites

Predictable, repeatable development environments

Acquia Dev Desktop

Docker

Install Docker

docker pull

docker login

docker build

docker tag

docker push

Install Drupal

http://0.0.0.0:8080/

Other Docker examples

Thanks!

Drupal basics

By Péter Schmíz

Drupal basics

Drupal 8 basics

  • 495