-
Since I'd like to compare baseline Raspberry Pi 2 performance to a 'real' infrastructure setup in the cloud, I'd like to add a DigitalOcean provisioning playbook that builds the servers with 1 GB RAM,…
-
There are a bunch of things about the Dramble that I'd like to document more permanently, but not in the main README. Things like:
- SD card considerations
- Networking considerations
- External USB d…
-
Many people have asked about installing Drupal 8 (specifically) on a single Raspberry Pi, as they're not necessarily willing to put down $400+ on a full cluster.
I'd like to add a separate playbook, …
-
Currently, because the Redis module isn't installed by default, I have to start things with the following line commented in settings.php:
``` php
// $settings['cache']['default'] = 'cache.backend.red…
-
There are a number of things I need to document more formally elsewhere (to save my future self and others time in hardware-related setup with the Pi and accessories)... but for now, I'll just add the…
-
Drush depends on d11wtq/boris which in turn depends on ext-readline (since d11wtq/boris 1.0.9).
This (php5-readline) is not available on debian wheezy. I know that it is possible to use packages from …
-
See if it can do things as quickly (or close to as quickly) as the internal microSD card. If so, might be worth using that instead of the external USB 3.0 SSD which I'm currently using (which is measu…
-
Currently my configurations don't use gzip, and I've been pushing through around 1500 cached req/s, or 10MB/sec in bandwidth. I wonder if we can eke out a little more than that with gzip enabled.
-
I would like to add a separate python script that accepts a few simple arguments and is run on startup (maybe via init script).
- On boot: Turn on the LED to 'green' (e.g. 'ready/waiting')
- On playbo…
-
I have a bunch of RGB LEDs, and I'd like to mount them to the front of the Raspberry Pi cases, one for each Pi. I'd need a small library/command line app that sets the LED into different modes (like P…