Skip to content

Instantly share code, notes, and snippets.

View luxio's full-sized avatar

Stéphane Lux luxio

View GitHub Profile
@luxio
luxio / gist:20a7efd2ad65233729affa07de131659
Created March 29, 2017 18:50 — forked from omega8cc/gist:5731695
Steps to install and configure Redis for any Drupal site on BOA

Steps to install and configure Redis for any Drupal site on BOA:

  1. Login to the dashboard and create a ticket requesting the Redis Service.
  • No, no, scratch that. I forgot it is BOA ;)
  • OK, done!
  • Wait. What?!
  • Seriously. You don't need to do anything -- it works out of the box!

How it works?

@luxio
luxio / gist:cf76dd1f52bb24a98823
Last active August 29, 2015 14:27 — forked from pitch-gist/gist:2999707
HTML: Simple Maintenance Page
<!doctype html>
<title>Site Maintenance</title>
<style>
body { text-align: center; padding: 150px; }
h1 { font-size: 50px; }
body { font: 20px Helvetica, sans-serif; color: #333; }
article { display: block; text-align: left; width: 650px; margin: 0 auto; }
a { color: #dc8100; text-decoration: none; }
a:hover { color: #333; text-decoration: none; }
</style>