Skip to content

Instantly share code, notes, and snippets.

@schankam
schankam / less_drupal7_setup.md
Last active August 29, 2015 14:04
LESS installation on Drupal 7.x

Global overview

This document gives you all the needed steps to deploy the [LESS css pre-processor] (http://lesscss.org/ "LESS css pre-processor") on your Drupal installation. The following given commands assume that you have Drush installed.

Getting the Drupal LESS module

To achieve this, you only need to go into your Drupal installation folder and type:
drush dl less to download the LESS module
drush en less -y to enable the LESS module

@schankam
schankam / drupal_redis_setup.md
Last active December 13, 2019 16:05
Drupal 7.x Redis Setup

Global overview

This guide gives you all the needed instructions to get a working Redis installation used as a Drupal Caching Backend. The following given commands assume that your server is running under a Debian/Ubuntu installation, using Apache2 as a webserver and that you have Drush installed.

Installing the Redis Server

In a terminal console, type the following command:
sudo apt-get install redis-server

Once installed, you can check if Redis is correctly installed and run by entering: